aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/engine/engine.h
Commit message (Expand)AuthorAgeFilesLines
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-223/+0
* Make Engine::find_XYZ publiclloyd2008-11-111-15/+17
* Remove a global_state() dependency on Engine without breaking Monotonelloyd2008-11-111-0/+2
* Move block and stream ciphers also into Algorithm_Factorylloyd2008-11-101-20/+11
* Move MACs also to Algorithm_Factorylloyd2008-11-101-7/+14
* Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engineslloyd2008-11-101-5/+14
* Remove support for block cipher padding methods in engine. Like S2K,lloyd2008-11-101-8/+0
* Remove support for S2K in Engines. There are only three implementations oflloyd2008-11-101-6/+0
* Consistent whitespacelloyd2008-11-091-0/+1
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-0/+225