aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/lion
Commit message (Expand)AuthorAgeFilesLines
* Add BlockCipher::new_objectJack Lloyd2021-04-032-11/+10
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-4/+2
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+5
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-5/+11
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* 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-11/+11
* Remove Algo_RegistryJack Lloyd2016-10-212-18/+0
* Avoid some Wshadows in GCC 4.8Jack Lloyd2016-02-201-2/+2
* 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
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-102-8/+5
* block: Add missing overridesDaniel Seither2015-07-301-1/+1
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-8/+8
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-2/+2
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-5/+0
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-6/+4
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-1/+25
* 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-59/+61
* Move lib into srclloyd2014-01-103-0/+202