aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/rc4
Commit message (Expand)AuthorAgeFilesLines
* 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