aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/stream_cipher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-271-0/+3
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-1/+1
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-2/+5
* Remove Algo_RegistryJack Lloyd2016-10-211-20/+77
* Add SHAKE-128 as stream cipherJack Lloyd2016-10-191-0/+8
* Make Stream_Cipher::set_iv() pure virtualRené Korthaus2016-07-201-6/+0
* Add support for ChaCha(12)Jack Lloyd2016-04-091-1/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-5/+5
* Internal header cleanupsJack Lloyd2015-09-191-3/+3
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+12
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-0/+61
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-24/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+24