aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ctr/ctr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-3/+4
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-3/+3
* Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-251-1/+1
* Instead of the mode parallelism being specified via macros, have itlloyd2010-02-251-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-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/+141