Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate the constant size_t values in SymmetricAlgorithm that give | lloyd | 2010-10-28 | 1 | -4/+3 |
* | Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, which | lloyd | 2010-10-13 | 1 | -2/+3 |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -6/+6 |
* | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 1 | -10/+10 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 1 | -0/+98 |