Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 1 | -202/+0 |
* | Remove a global_state() dependency on Engine without breaking Monotone | lloyd | 2008-11-11 | 1 | -15/+13 |
* | Move block and stream ciphers also into Algorithm_Factory | lloyd | 2008-11-10 | 1 | -6/+28 |
* | Move MACs also to Algorithm_Factory | lloyd | 2008-11-10 | 1 | -3/+14 |
* | Split PK stuff from engine.cpp to pk_engine.cpp | lloyd | 2008-11-10 | 1 | -173/+16 |
* | Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engines | lloyd | 2008-11-10 | 1 | -3/+14 |
* | Add a class Algorithm_Factory which encapsulates the Engine classes (and | lloyd | 2008-11-10 | 1 | -8/+8 |
* | Remove support for block cipher padding methods in engine. Like S2K, | lloyd | 2008-11-10 | 1 | -21/+0 |
* | Remove support for S2K in Engines. There are only three implementations of | lloyd | 2008-11-10 | 1 | -20/+0 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 1 | -0/+358 |