aboutsummaryrefslogtreecommitdiffstats
path: root/src/sym_algo
Commit message (Collapse)AuthorAgeFilesLines
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
|
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+6
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-303-47/+53
| | | | | | | | | | | | | | | 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 namelloyd2008-11-091-5/+5
| | | | conflicts/collisions
* Split the last parts of the 'core' modulelloyd2008-11-082-0/+19
| | | | Add some missing info.txts
* Move mutex.h from core to utilslloyd2008-11-083-0/+292
Move core/sym_algo.{h,cpp} to sym_algo