aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/engine/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-202/+0
* Remove a global_state() dependency on Engine without breaking Monotonelloyd2008-11-111-15/+13
* Move block and stream ciphers also into Algorithm_Factorylloyd2008-11-101-6/+28
* Move MACs also to Algorithm_Factorylloyd2008-11-101-3/+14
* Split PK stuff from engine.cpp to pk_engine.cpplloyd2008-11-101-173/+16
* Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engineslloyd2008-11-101-3/+14
* Add a class Algorithm_Factory which encapsulates the Engine classes (andlloyd2008-11-101-8/+8
* Remove support for block cipher padding methods in engine. Like S2K,lloyd2008-11-101-21/+0
* Remove support for S2K in Engines. There are only three implementations oflloyd2008-11-101-20/+0
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-0/+358