aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/ctr/ctr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-134/+0
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-2/+2
* PR 145 was based around an easy misunderstanding of the CTR code.lloyd2011-04-051-10/+16
* Use size_t rather than u32bit for loop variableslloyd2011-02-161-2/+2
* Unusedlloyd2010-10-291-2/+0
* Always do 256 blocks at a time in CTR, makes increment easierlloyd2010-10-291-23/+14
* Use u32bit herelloyd2010-10-291-4/+4
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-5/+1
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-7/+8
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* s/u32bit/size_t/ in streamlloyd2010-10-131-7/+7
* 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
* 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