aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/cascade/cascade.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-1/+1
* Add BlockCipher::new_objectJack Lloyd2021-04-031-9/+10
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Minor tweaks for coverageJack Lloyd2018-03-101-4/+5
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
* Remove Algo_RegistryJack Lloyd2016-10-211-10/+0
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+2
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+1
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-3/+2
* Use Algo_Registry also for hashes.lloyd2015-01-281-7/+2
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+19
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-181-24/+18
* Move lib into srclloyd2014-01-101-0/+98