aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_base
Commit message (Collapse)AuthorAgeFilesLines
* Add missing filelloyd2010-11-011-0/+43
|
* Add new top-level algorithm which provides basic functionality: namelloyd2010-11-016-0/+595
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.