aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/rc4/rc4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* De-inline functions from stream cipher headersJack Lloyd2018-08-081-0/+10
* Fix RC4 name in case of skipped bytesJack Lloyd2017-12-281-3/+6
* Support seeking in Salsa20Jack Lloyd2017-11-141-1/+1
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-2/+3
* Remove Algo_RegistryJack Lloyd2016-10-211-9/+0
* Make Stream_Cipher::set_iv() pure virtualRené Korthaus2016-07-201-0/+6
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-0/+4
* Mass-prefix member vars with m_René Korthaus2016-01-081-40/+40
* initialize private members in rc4 headerDaniel Neus2015-12-231-1/+1
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-1/+1
* Move Cipher_Mode enum out of types.h, move stream cipher mode to new headerlloyd2015-02-051-2/+1
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-1/+12
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+109