aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/turing/turing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Turing and WiderWAKE4+1 stream cipher implementations.lloyd2013-03-191-333/+0
* Add new helper zap which zeros a vector, clears it, and then callslloyd2012-11-291-6/+6
* Resize key arrays in HMAC and SSL3_MAC when the key is set.lloyd2012-05-251-1/+1
* For block and stream ciphers, don't set the size of the key vectorslloyd2012-05-251-6/+14
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* More VC warning fixeslloyd2010-12-131-1/+1
* Unroll the loop in fixedS to deal with Clanglloyd2010-11-031-7/+20
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* s/u32bit/size_t/ in streamlloyd2010-10-131-26/+26
* 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
* 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
* 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 all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Cleanups/random changes in the stream cipher code:lloyd2009-10-141-3/+3
* Combine the 4 sbox calculations in the key schedule so that all four arelloyd2009-08-311-23/+25
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-28/+30
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-091-1/+1
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-081-0/+305