aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ofb/ofb.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-56/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-0/+5
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-1/+1
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* s/u32bit/size_t/ in streamlloyd2010-10-131-4/+4
* More Doxygen commentslloyd2010-06-161-1/+4
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Similiar treatment for OFB which is also just a plain stream cipherlloyd2009-10-141-0/+48