aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ofb
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-155/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-1/+1
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-282-5/+6
* s/BLOCK_SIZE/block_size()/lloyd2010-10-132-2/+2
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-132-2/+2
* s/u32bit/size_t/ in streamlloyd2010-10-132-6/+6
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-2/+2
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+2
* More Doxygen commentslloyd2010-06-161-1/+4
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* 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-2/+2
* Similiar treatment for OFB which is also just a plain stream cipherlloyd2009-10-143-0/+160