Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -6/+0 |
| | |||||
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that. | ||||
* | Cleanups/random changes in the stream cipher code: | lloyd | 2009-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | Remove encrypt, decrypt - replace by cipher() and cipher1() Remove seek() - not well supported/tested, I want to redo with a new interface once CTR and OFB modes become stream ciphers. Rename resync to set_iv() Remove StreamCipher::IV_LENGTH and add StreamCipher::valid_iv_length() to allow multiple IV lengths (as for instance Turing allows, as would Salsa20 if XSalsa20 were supported). | ||||
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -5/+4 |
| | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -0/+15 |
Add some missing info.txts |