aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/algo_factory.h
Commit message (Collapse)AuthorAgeFilesLines
* Move Algorithm_Factory from libstate (which it did not depend on) to ↵lloyd2008-11-111-70/+0
| | | | algo_factory/
* 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
| | | | accordingly.
* Add a class Algorithm_Factory which encapsulates the Engine classes (andlloyd2008-11-101-0/+49
which will eventually encapsulate the lookup logic as well)