aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/cascade
Commit message (Expand)AuthorAgeFilesLines
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* 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-182-7/+7
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-4/+0
* Remove Algo_RegistryJack Lloyd2016-10-212-12/+0
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* 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
* block: Add missing overridesDaniel Seither2015-07-301-8/+8
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-3/+2
* Use Algo_Registry also for hashes.lloyd2015-01-282-7/+4
* 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-102-2/+2
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-182-32/+24
* Move lib into srclloyd2014-01-103-0/+165