aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/turing
Commit message (Expand)AuthorAgeFilesLines
* More VC warning fixeslloyd2010-12-131-1/+1
* Unroll the loop in fixedS to deal with Clanglloyd2010-11-031-7/+20
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-4/+7
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-132-2/+2
* s/u32bit/size_t/ in streamlloyd2010-10-132-30/+30
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-4/+9
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-14/+14
* 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-5/+5
* More Doxygen updates/fixeslloyd2010-06-151-1/+1
* Fix a few hundred Doxygen warningslloyd2010-06-151-1/+1
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-3/+3
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+2
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-12/+0
* Small cleanups in the Turing codelloyd2009-11-171-18/+20
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-2/+2
* Cleanups/random changes in the stream cipher code:lloyd2009-10-142-5/+9
* Combine the 4 sbox calculations in the key schedule so that all four arelloyd2009-08-312-25/+25
* Add dependencies for stream ciphers on streamlloyd2009-07-021-0/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-303-39/+45
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-092-2/+2
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-084-0/+440