aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/des
Commit message (Expand)AuthorAgeFilesLines
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-3/+3
* Remove add blocks from block cipher info fileslloyd2009-09-291-10/+0
* Indentation fixlloyd2009-09-211-13/+12
* Make encrypt_n public for all BlockCipher implementations - unlike thelloyd2009-08-112-6/+12
* Change the BlockCipher interface to support multi-block encryption andlloyd2009-08-114-74/+110
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-305-68/+78
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-094-6/+6
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-086-0/+1052