Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 3 | -165/+0 |
* | Give everything setting a feature test macro in build.h a version code | lloyd | 2013-11-28 | 1 | -1/+1 |
* | Add deleted copy constructors/assignment operators where appropriate. | lloyd | 2012-07-10 | 1 | -0/+3 |
* | Eliminate the constant size_t values in SymmetricAlgorithm that give | lloyd | 2010-10-28 | 2 | -4/+9 |
* | Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, which | lloyd | 2010-10-13 | 2 | -2/+6 |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -6/+6 |
* | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 2 | -2/+2 |
* | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 2 | -12/+12 |
* | More Doxygen updates | lloyd | 2010-06-15 | 1 | -0/+5 |
* | More Doxygen fixes | lloyd | 2010-06-15 | 1 | -1/+1 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 3 | -0/+148 |