Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -56/+0 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 1 | -1/+1 |
* | Eliminate the constant size_t values in SymmetricAlgorithm that give | lloyd | 2010-10-28 | 1 | -0/+5 |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 1 | -1/+1 |
* | s/u32bit/size_t/ in stream | lloyd | 2010-10-13 | 1 | -4/+4 |
* | More Doxygen comments | lloyd | 2010-06-16 | 1 | -1/+4 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 1 | -1/+1 |
* | Similiar treatment for OFB which is also just a plain stream cipher | lloyd | 2009-10-14 | 1 | -0/+48 |