Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a ref to a paper describing a chosen ciphertext attack on OAEP | lloyd | 2008-12-08 | 1 | -0/+8 |
* | Split pk_pad.h into eme.h and emsa.h | lloyd | 2008-11-10 | 1 | -1/+1 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -6/+5 |
* | Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the | lloyd | 2008-09-30 | 3 | -7/+13 |
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 1 | -1/+2 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Modularize MGF1. Make EME1 and EMSA4 depend on it | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+140 |