aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/chacha
Commit message (Expand)AuthorAgeFilesLines
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Slight simplification to ChaCha loopJack Lloyd2018-11-211-7/+13
* Remove needless memset operationJack Lloyd2018-11-171-1/+0
* Use vzeroupper/vzeroall to transition between AVX and SSE states.Jack Lloyd2018-11-101-0/+4
* Optimize AVX2 ChaChaJack Lloyd2018-11-051-236/+181
* Add ChaCha using SIMD_4x32Jack Lloyd2018-11-049-608/+236
* Add ChaCha in NEONJack Lloyd2018-10-264-0/+324
* In ChaCha AVX2/SSE2 code s/input/state/Jack Lloyd2018-10-262-80/+79
* Remove unused variableJack Lloyd2018-08-261-1/+0
* Add AVX2 version of ChaChaJack Lloyd2018-08-264-12/+304
* Add StreamCipher::write_keystreamJack Lloyd2018-08-082-0/+20
* De-inline functions from stream cipher headersJack Lloyd2018-08-082-7/+19
* Add StreamCipher::default_iv_lengthJack Lloyd2018-08-082-2/+6
* Add support for XChaChaJack Lloyd2018-08-073-41/+126
* Avoid crash in ChaCha20+Salsa if set_iv called without a key setJack Lloyd2018-08-071-0/+2
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-2/+3
* Support seeking in Salsa20Jack Lloyd2017-11-141-4/+1
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+2
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Add compile-time rotation functionsJack Lloyd2017-10-121-6/+6
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
* 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-022-2/+6
* Support zero-length IV in ChaChaJack Lloyd2017-02-022-3/+17
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-183-37/+37
* Fix dead stores in chacha_sse2_x4Never2016-11-251-6/+3
* Address some Coverity warningsJack Lloyd2016-10-221-1/+1
* Improve stream doxygen [ci skip]René Korthaus2016-10-191-1/+2
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+1
* Maintainer mode fixes.Jack Lloyd2016-09-211-1/+1
* Change T::provider to return std::stringJack Lloyd2016-09-152-2/+2
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-152-0/+14
* Remove bogus declJack Lloyd2016-09-051-2/+0
* Merge GH #613 NewHope R-LWE key exchangeJack Lloyd2016-09-051-1/+1
|\
| * Add NEWHOPE KEM schemeJack Lloyd2016-08-301-1/+1
* | Avoid _mm_set_epi64x which is missing on 32-bit MSVC 12Jack Lloyd2016-09-021-8/+8
* | Correct macro checkJack Lloyd2016-09-012-2/+2
* | Missing increment in SSE2 version, broke ChaCha20Poly1305 testsJack Lloyd2016-09-011-0/+3
* | 4x interleaved SSE2Jack Lloyd2016-09-011-67/+225
* | ChaCha 4 waysJack Lloyd2016-09-013-129/+153
* | SSE2 ChaChaJack Lloyd2016-09-014-6/+111
|/
* Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-182-4/+28
* Add support for ChaCha(12)Jack Lloyd2016-04-092-8/+32
* 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-2/+2
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-2/+0