aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ofb/ofb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-5/+1
* 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-2/+2
* 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
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* 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/+97