aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/lion/lion.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-101-8/+3
* 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
* 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-101-1/+1
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-181-41/+45
* Move lib into srclloyd2014-01-101-0/+129