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 | -223/+0 |
* | Make Engine::find_XYZ public | lloyd | 2008-11-11 | 1 | -15/+17 |
* | Remove a global_state() dependency on Engine without breaking Monotone | lloyd | 2008-11-11 | 1 | -0/+2 |
* | Move block and stream ciphers also into Algorithm_Factory | lloyd | 2008-11-10 | 1 | -20/+11 |
* | Move MACs also to Algorithm_Factory | lloyd | 2008-11-10 | 1 | -7/+14 |
* | Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engines | lloyd | 2008-11-10 | 1 | -5/+14 |
* | Remove support for block cipher padding methods in engine. Like S2K, | lloyd | 2008-11-10 | 1 | -8/+0 |
* | Remove support for S2K in Engines. There are only three implementations of | lloyd | 2008-11-10 | 1 | -6/+0 |
* | Consistent whitespace | lloyd | 2008-11-09 | 1 | -0/+1 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 1 | -0/+225 |