aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/aes_ssse3
Commit message (Expand)AuthorAgeFilesLines
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-032-650/+0
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+18
* Merge optimized implementations into base classJack Lloyd2016-09-152-100/+10
* fix dead assignment / redundant computation in block/aes_ssse3/aes_ssse3.cpp ...Daniel Neus2016-03-021-2/+0
* Add final attribute to many classesJack Lloyd2016-01-101-3/+3
* Mass-prefix member vars with m_René Korthaus2016-01-082-27/+27
* Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-031-1/+32
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-8/+0
* Reverse the algorithm priority orderingJack Lloyd2015-08-291-3/+6
* block: Add missing overridesDaniel Seither2015-07-301-18/+18
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-12/+12
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-042-7/+3
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+6
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+696