aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream/arc4/arc4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ARC4 to RC4lloyd2013-04-191-109/+0
* Add new helper zap which zeros a vector, clears it, and then callslloyd2012-11-291-2/+2
* Some post merge fixups.lloyd2012-05-251-2/+2
* For block and stream ciphers, don't set the size of the key vectorslloyd2012-05-251-9/+7
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-1/+1
| |\
| | * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-1/+1
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+1
| | | |\
| | | * | Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* | | | | 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