Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ChaCha using SIMD_4x32 | Jack Lloyd | 2018-11-04 | 1 | -257/+0 |
* | In ChaCha AVX2/SSE2 code s/input/state/ | Jack Lloyd | 2018-10-26 | 1 | -38/+38 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -1/+1 |
* | 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 |
* | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -0/+1 |
* | Avoid _mm_set_epi64x which is missing on 32-bit MSVC 12 | Jack Lloyd | 2016-09-02 | 1 | -8/+8 |
* | 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 | 1 | -56/+64 |
* | SSE2 ChaCha | Jack Lloyd | 2016-09-01 | 1 | -0/+90 |