aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/stream
Commit message (Expand)AuthorAgeFilesLines
* Support seeking in Salsa20Jack Lloyd2017-11-141-0/+24
* Allow setting CTR width via stringJack Lloyd2017-10-201-0/+18
* Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-131-0/+5
* add test sets for CTR-BE(***)René Meusel2017-04-131-0/+2810
* Support zero-length IV in ChaChaJack Lloyd2017-02-021-0/+3
* Add SHAKE-128 as stream cipherJack Lloyd2016-10-191-0/+3379
* Add cpuid overload to test frameworkJack Lloyd2016-09-151-0/+3
* No need for long all-zero input after cd9f852Jack Lloyd2016-09-051-1/+0
* Merge GH #616 ChaCha SSE2 optimizationsJack Lloyd2016-09-051-0/+8
|\
| * Missing increment in SSE2 version, broke ChaCha20Poly1305 testsJack Lloyd2016-09-011-0/+8
* | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEAJack Lloyd2016-09-021-286/+0
* | Let the input arg to stream cipher test be optional.Jack Lloyd2016-09-012-96/+0
|/
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-181-0/+506
* Add support for ChaCha(12)Jack Lloyd2016-04-091-1/+16
* Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po...lloyd2014-12-291-0/+9
* Add ChaChalloyd2014-01-313-13/+39
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-104-0/+2985