aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/shake_cipher
Commit message (Expand)AuthorAgeFilesLines
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-081-2/+0
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-4/+6
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+4
* 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-9/+9
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-102-10/+10
* Add SHAKE-128 as stream cipherJack Lloyd2016-10-193-0/+140