aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/aes/aes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-181-65/+65
* Fix clang-analyzer warning in AES codeJack Lloyd2016-12-161-6/+4
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-24/+24
* Change T::provider to return std::stringJack Lloyd2016-09-151-3/+3
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+23
* Merge optimized implementations into base classJack Lloyd2016-09-151-0/+126
* 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
* Mass-prefix member vars with m_René Korthaus2016-01-081-21/+21
* 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
* 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-101-1/+1
* Move lib into srclloyd2014-01-101-0/+752