aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/algo_base
Commit message (Expand)AuthorAgeFilesLines
* Use registry also for KDF, EMSA, and EMElloyd2015-01-312-2/+38
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-2/+2
* Use Algo_Registry also for hashes.lloyd2015-01-281-0/+10
* Add a runtime map of string->func() which when called returnlloyd2015-01-285-16/+201
* Ensure all files have copyright and license info.lloyd2015-01-108-8/+8
* Avoid referencing &vec[vec.size()] as this triggers iterator debugginglloyd2015-01-071-1/+1
* Remove unused includeslloyd2014-11-182-2/+0
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+25
* Visual C++'s iterator debugging gets cranky with &vec[vec.size()].lloyd2014-05-151-1/+1
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-181-5/+12
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-183-61/+71
* Website tweaks. Rename TLS suite script options.lloyd2014-01-111-0/+1
* Move lib into srclloyd2014-01-1010-0/+1117