mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 03:22:19 +01:00
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.