aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/salsa20
Commit message (Expand)AuthorAgeFilesLines
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Simplify Salsa20 xor loopJack Lloyd2018-11-211-4/+7
* De-inline functions from stream cipher headersJack Lloyd2018-08-082-11/+24
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-082-7/+10
* Fix a bug in XSalsa20Jack Lloyd2018-08-072-19/+43
* Avoid crash in ChaCha20+Salsa if set_iv called without a key setJack Lloyd2018-08-071-0/+2
* Add Scrypt key dervation functionJack Lloyd2018-05-162-7/+12
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Support seeking in Salsa20Jack Lloyd2017-11-142-3/+18
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+2
* Add compile-time rotation functionsJack Lloyd2017-10-121-10/+10
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* 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-34/+34
* Salsa20 accepts empty IVsJack Lloyd2016-10-302-4/+9
* Add SHAKE-128 as stream cipherJack Lloyd2016-10-191-1/+1
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-182-0/+6
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-1/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* stream: Add missing overridesDaniel Seither2015-07-301-8/+8
* lib/stream: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-1/+1
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Remove unused includelloyd2014-02-131-1/+0
* Add ChaChalloyd2014-01-312-77/+67
* Move lib into srclloyd2014-01-103-0/+290