aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/chacha/chacha_sse2/chacha_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add ChaCha using SIMD_4x32Jack Lloyd2018-11-041-257/+0
* In ChaCha AVX2/SSE2 code s/input/state/Jack Lloyd2018-10-261-38/+38
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-1/+1
* Fix dead stores in chacha_sse2_x4Never2016-11-251-6/+3
* Address some Coverity warningsJack Lloyd2016-10-221-1/+1
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+1
* Avoid _mm_set_epi64x which is missing on 32-bit MSVC 12Jack Lloyd2016-09-021-8/+8
* 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-011-56/+64
* SSE2 ChaChaJack Lloyd2016-09-011-0/+90