aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/aes/aes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Make a few simple functions constexprJack Lloyd2018-10-011-9/+9
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-2/+2
* Prefetch AES tables during the key scheduleJack Lloyd2018-07-061-8/+27
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-2/+1
* Implement decryptionJack Lloyd2018-02-231-3/+3
* AES encryption using POWER8 intrinsicsJack Lloyd2018-02-231-0/+49
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+12
* Correct usage of std::aligned_storageJack Lloyd2017-10-151-6/+6
* Additional final annotationsJack Lloyd2017-10-151-3/+3
* Use overaligned storage for AES T-TableJack Lloyd2017-10-141-32/+56
* Reduce AES to using a single T-tableJack Lloyd2017-10-131-127/+78
* Add compile-time rotation functionsJack Lloyd2017-10-121-30/+30
* Fix some cast warnings from SonarJack Lloyd2017-10-011-1/+1
* Change this code so Sonar understands div by zero can't happenJack Lloyd2017-09-301-2/+3
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Add support for AES extensions on ARMv8Jack Lloyd2017-09-031-0/+62
* Remove BOTAN_PARALLEL_FOR from T-table AESJack Lloyd2017-08-221-1/+1
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-141-0/+16
* 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