aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/cast/cast128.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split 'cast' module into CAST-128 and CAST-256Jack Lloyd2018-09-131-467/+0
* Correct CAST-128 decryption with more than 1 blockJack Lloyd2017-11-161-32/+32
* Optimizations for CAST-128Jack Lloyd2017-11-161-45/+135
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* Additional final annotationsJack Lloyd2017-10-151-1/+1
* Add compile-time rotation functionsJack Lloyd2017-10-121-3/+3
* Small simplification in CAST-128Jack Lloyd2017-09-161-41/+41
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+5
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-23/+23
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-14/+8
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-081-41/+41
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+1
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-1/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+376