aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/rc4
Commit message (Expand)AuthorAgeFilesLines
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-14/+14
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-2/+3
* Remove Algo_RegistryJack Lloyd2016-10-212-11/+0
* Make Stream_Cipher::set_iv() pure virtualRené Korthaus2016-07-202-0/+8
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-182-0/+6
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-47/+47
* initialize private members in rc4 headerDaniel Neus2015-12-232-5/+4
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
* Merge the openssl code together.Jack Lloyd2015-12-191-73/+0
* Update and consolidate the test framework.Jack Lloyd2015-11-111-1/+13
* Break up openssl providerJack Lloyd2015-10-191-0/+61
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* stream: Add missing overridesDaniel Seither2015-07-301-6/+6
* 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-312-1/+14
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Move lib into srclloyd2014-01-103-0/+165