Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move get_bc_pad to def_engine/def_mode.cpp | lloyd | 2008-11-10 | 1 | -7/+0 |
* | Split pk_pad.h into eme.h and emsa.h | lloyd | 2008-11-10 | 1 | -1/+2 |
* | Remove support for block cipher padding methods in engine. Like S2K, | lloyd | 2008-11-10 | 1 | -6/+2 |
* | Remove support for S2K in Engines. There are only three implementations of | lloyd | 2008-11-10 | 1 | -2/+0 |
* | In lookup.h, forward declare Library_State instead of including libstate.h | lloyd | 2008-11-09 | 1 | -1/+2 |
* | Remove get_mgf - unsused internally, and I doubt apps use it much | lloyd | 2008-11-08 | 1 | -7/+0 |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -2/+5 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Wrap lines to 80 columns | lloyd | 2008-10-28 | 1 | -9/+19 |
* | Move libstate and selftest out of core/ dir to toplevel | lloyd | 2008-10-26 | 1 | -0/+244 |