aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/des/des.cpp
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-261-0/+8
* Add compile-time rotation functionsJack Lloyd2017-10-121-12/+12
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-28/+28
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-18/+12
* Mass-prefix member vars with m_René Korthaus2016-01-081-17/+17
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-4/+1
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-3/+3
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+304