aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_base/key_spec.h
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-95/+0
|
* Add key length multiplelloyd2013-12-051-0/+7
|
* Doxygenlloyd2010-11-021-0/+26
|
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-011-0/+62
query, clearing, and cloning. Applies to ciphers, hashes, MACs, and PBKDFs. May extend to KDFs later as well. A single combined hierarchy in particular will make the algo_factory much simpler.