aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/des
Commit message (Expand)AuthorAgeFilesLines
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-0/+3
* In all cases where the block size of the cipher is fixed, the keylloyd2010-10-142-6/+6
* More size_tlloyd2010-10-131-15/+15
* Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-134-22/+22
* s/BLOCK_SIZE/block_size()/lloyd2010-10-132-16/+16
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-134-6/+6
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-124-18/+18
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-142-6/+6
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-8/+8
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-132-6/+6
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-072-3/+3
* More Doxygen fixeslloyd2010-06-152-3/+3
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-232-3/+3
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+2
* Make many more headers internal-only.lloyd2009-12-162-2/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* 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