Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -4/+3 |
| | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | Move kdf/kdf_base to kdf | lloyd | 2008-10-26 | 1 | -1/+1 |
| | |||||
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -0/+4 |
| | | | | Update dependencies as needed. | ||||
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 1 | -0/+1 |
| | | | | false dependency on BigInt in the KDF/padding code. | ||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+10 |
them modules now. In any case there is no distinction so info.txt seems better. |