| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid including rotate.h in bswap.h | Jack Lloyd | 2018-12-21 | 1 | -0/+1 |
* | Slight simplification to ChaCha loop | Jack Lloyd | 2018-11-21 | 1 | -7/+13 |
* | Remove needless memset operation | Jack Lloyd | 2018-11-17 | 1 | -1/+0 |
* | Use vzeroupper/vzeroall to transition between AVX and SSE states. | Jack Lloyd | 2018-11-10 | 1 | -0/+4 |
* | Optimize AVX2 ChaCha | Jack Lloyd | 2018-11-05 | 1 | -236/+181 |
* | Add ChaCha using SIMD_4x32 | Jack Lloyd | 2018-11-04 | 9 | -608/+236 |
* | Add ChaCha in NEON | Jack Lloyd | 2018-10-26 | 4 | -0/+324 |
* | In ChaCha AVX2/SSE2 code s/input/state/ | Jack Lloyd | 2018-10-26 | 2 | -80/+79 |
* | Remove unused variable | Jack Lloyd | 2018-08-26 | 1 | -1/+0 |
* | Add AVX2 version of ChaCha | Jack Lloyd | 2018-08-26 | 4 | -12/+304 |
* | Add StreamCipher::write_keystream | Jack Lloyd | 2018-08-08 | 2 | -0/+20 |
* | De-inline functions from stream cipher headers | Jack Lloyd | 2018-08-08 | 2 | -7/+19 |
* | Add StreamCipher::default_iv_length | Jack Lloyd | 2018-08-08 | 2 | -2/+6 |
* | Add support for XChaCha | Jack Lloyd | 2018-08-07 | 3 | -41/+126 |
* | Avoid crash in ChaCha20+Salsa if set_iv called without a key set | Jack Lloyd | 2018-08-07 | 1 | -0/+2 |
* | Add message to BOTAN_ARG_CHECK and use it more widely | Jack Lloyd | 2018-05-13 | 1 | -2/+3 |
* | Support seeking in Salsa20 | Jack Lloyd | 2017-11-14 | 1 | -4/+1 |
* | Add checks that keyed algorithms are actually keyed before use | Jack Lloyd | 2017-10-26 | 1 | -0/+2 |
* | Convert http:// links to https:// where possible | Jack Lloyd | 2017-10-24 | 1 | -1/+1 |
* | Add compile-time rotation functions | Jack Lloyd | 2017-10-12 | 1 | -6/+6 |
* | Use explicit on more single-argument constructors | Jack Lloyd | 2017-09-30 | 1 | -1/+1 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 2 | -2/+6 |
* | Support zero-length IV in ChaCha | Jack Lloyd | 2017-02-02 | 2 | -3/+17 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 3 | -37/+37 |
* | Fix dead stores in chacha_sse2_x4 | Never | 2016-11-25 | 1 | -6/+3 |
* | Address some Coverity warnings | Jack Lloyd | 2016-10-22 | 1 | -1/+1 |
* | Improve stream doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+2 |
* | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -0/+1 |
* | Maintainer mode fixes. | Jack Lloyd | 2016-09-21 | 1 | -1/+1 |
* | Change T::provider to return std::string | Jack Lloyd | 2016-09-15 | 2 | -2/+2 |
* | Add T::provider() to allow user to inquire about implementation used | Jack Lloyd | 2016-09-15 | 2 | -0/+14 |
* | Remove bogus decl | Jack Lloyd | 2016-09-05 | 1 | -2/+0 |
* | Merge GH #613 NewHope R-LWE key exchange | Jack Lloyd | 2016-09-05 | 1 | -1/+1 |
|\ |
|
| * | Add NEWHOPE KEM scheme | Jack Lloyd | 2016-08-30 | 1 | -1/+1 |
* | | Avoid _mm_set_epi64x which is missing on 32-bit MSVC 12 | Jack Lloyd | 2016-09-02 | 1 | -8/+8 |
* | | Correct macro check | Jack Lloyd | 2016-09-01 | 2 | -2/+2 |
* | | Missing increment in SSE2 version, broke ChaCha20Poly1305 tests | Jack Lloyd | 2016-09-01 | 1 | -0/+3 |
* | | 4x interleaved SSE2 | Jack Lloyd | 2016-09-01 | 1 | -67/+225 |
* | | ChaCha 4 ways | Jack Lloyd | 2016-09-01 | 3 | -129/+153 |
* | | SSE2 ChaCha | Jack Lloyd | 2016-09-01 | 4 | -6/+111 |
|/ |
|
* | Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi... | SimCog | 2016-06-18 | 2 | -4/+28 |
* | Add support for ChaCha(12) | Jack Lloyd | 2016-04-09 | 2 | -8/+32 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -1/+1 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+1 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -2/+0 |
* | stream: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -8/+8 |
* | lib/stream: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -2/+2 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -2/+0 |