aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ctr
Commit message (Expand)AuthorAgeFilesLines
* s/u32bit/size_t/ in streamlloyd2010-10-132-11/+11
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* 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
* More Doxygen commentslloyd2010-06-161-1/+4
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* 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
* 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-2/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-3/+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-141-0/+1
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F...lloyd2009-10-143-0/+205