| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ISA optimized versions under the main algo dir | Jack Lloyd | 2016-11-03 | 2 | -650/+0 |
* | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -0/+18 |
* | Merge optimized implementations into base class | Jack Lloyd | 2016-09-15 | 2 | -100/+10 |
* | fix dead assignment / redundant computation in block/aes_ssse3/aes_ssse3.cpp ... | Daniel Neus | 2016-03-02 | 1 | -2/+0 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -3/+3 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 2 | -27/+27 |
* | Use valgrind's memcheck API for checking const time annotations | Jack Lloyd | 2016-01-03 | 1 | -1/+32 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -8/+0 |
* | Reverse the algorithm priority ordering | Jack Lloyd | 2015-08-29 | 1 | -3/+6 |
* | block: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -18/+18 |
* | lib/block: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 1 | -12/+12 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 2 | -7/+3 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -0/+6 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+696 |