aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/arc4/arc4.cpp
Commit message (Expand)AuthorAgeFilesLines
* More VC warning fixeslloyd2011-02-091-1/+1
* Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-281-2/+3
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* s/u32bit/size_t/ in streamlloyd2010-10-131-14/+18
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-1/+2
* 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-2/+2
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-22/+24
* 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/+103