mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 21:10:48 +02:00
be1aba1f70
Create an AVX2 version of the small block size chacha20 encryption code. Only update the poly1305 once for the two lengths in chacha20-poly1305. Poly1305 AVX2 uses AVX code to handle last bytes, store H whole. Fix error codes in poly1305 test and add a longer data test case.