Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine the 4 sbox calculations in the key schedule so that all four are | lloyd | 2009-08-31 | 2 | -25/+25 |
| | | | | | computed in parallel. Not a huge win but slightly faster (which affects things like Lion when using Turing), most likely due to more available ILP | ||||
* | 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. | ||||
* | Add dependencies for stream ciphers on stream | lloyd | 2009-07-02 | 3 | -0/+12 |
| | |||||
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 11 | -135/+157 |
| | | | | | | | | | | | | | | | 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). | ||||
* | Remove redundent includes | lloyd | 2008-11-09 | 1 | -2/+0 |
| | |||||
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 8 | -8/+8 |
| | | | | conflicts/collisions | ||||
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -0/+15 |
| | | | | Add some missing info.txts | ||||
* | Split ciphers into block and stream ciphers. Move base class headers | lloyd | 2008-11-08 | 15 | -0/+1174 |