aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/lion/lion.cpp
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+1
| |\
| * | Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* | | Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+2
| |/ |/|
* | Make many more headers internal-only.lloyd2009-12-161-1/+1
|/
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-2/+2
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Cleanups/random changes in the stream cipher code:lloyd2009-10-141-4/+4
* Hoist creation of buffer in Lion encrypt looplloyd2009-08-311-4/+4
* Change the BlockCipher interface to support multi-block encryption andlloyd2009-08-111-22/+34
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-25/+27
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-091-1/+1
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-081-0/+112