aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/aes
Commit message (Expand)AuthorAgeFilesLines
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-023-3/+9
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-184-121/+121
* Fix clang-analyzer warning in AES codeJack Lloyd2016-12-161-6/+4
* Add Cilk/OpenMP supportJack Lloyd2016-11-262-26/+26
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-034-0/+1435
* Change T::provider to return std::stringJack Lloyd2016-09-152-6/+6
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-152-0/+27
* Merge optimized implementations into base classJack Lloyd2016-09-152-0/+162
* These vectors can be constJack Lloyd2016-09-091-2/+2
* added an assert for aes key length >= 4 in aes_key_schedule to prevent divisi...Daniel Neus2016-03-021-0/+6
* Add final attribute to many classesJack Lloyd2016-01-101-3/+3
* Mass-prefix member vars with m_René Korthaus2016-01-082-27/+27
* Improve side channel attack resistance of table based AES implJack Lloyd2015-11-291-414/+147
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-5/+1
* block: Add missing overridesDaniel Seither2015-07-301-18/+18
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+5
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+830