aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/algo_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac...lloyd2008-11-111-70/+0
* Move block and stream ciphers also into Algorithm_Factorylloyd2008-11-101-0/+12
* Move MACs also to Algorithm_Factorylloyd2008-11-101-1/+8
* Move add_algorithm for hashes also to Algorithm_Factorylloyd2008-11-101-3/+5
* Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engineslloyd2008-11-101-3/+3
* Add a class Algorithm_Factory which encapsulates the Engine classes (andlloyd2008-11-101-0/+49