Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things). | ||||
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 1 | -1/+1 |
| | | | | conflicts/collisions | ||||
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -0/+1 |
| | | | | | | It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs. | ||||
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | Remove lookup dependency on CMAC: takes a BlockCipher as constructor arg | lloyd | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 1 | -0/+41 |