aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/des
Commit message (Expand)AuthorAgeFilesLines
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Fixes for DES/3DESJack Lloyd2018-05-161-7/+7
* Unroll DES to encrypt/decrypt 2 rounds in parallelJack Lloyd2018-05-161-122/+198
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-262-0/+12
* Add compile-time rotation functionsJack Lloyd2017-10-121-12/+12
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-202-4/+4
* Add API stability annotations.Jack Lloyd2017-09-192-3/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-185-67/+67
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-18/+12
* Add final attribute to many classesJack Lloyd2016-01-102-3/+3
* Mass-prefix member vars with m_René Korthaus2016-01-084-33/+33
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-102-7/+2
* block: Add missing overridesDaniel Seither2015-07-302-18/+18
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-272-7/+7
* Add a runtime map of string->func() which when called returnlloyd2015-01-282-3/+7
* Ensure all files have copyright and license info.lloyd2015-01-105-5/+5
* Move lib into srclloyd2014-01-106-0/+1108