aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ctr/ctr.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...lloyd2009-10-141-0/+49