mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 14:52:24 +01:00
Add x86_64 assembly code: - BMI2 - AVX2 (using ymm, slower than BMI2) - AVX2 of 4 similtaneous hashes Add SHAKE128 functions and tests. Add Absorb and Squeeze functions for SHAKE128 and SHAK256 and tests. Add doxygen for SHA-3 and SHAKE functions. Update other generated x86_64 assembly files to include settings.h.
The wolfSSL manual is available at: http://www.wolfssl.com/documentation/wolfSSL-Manual.pdf The wolfSSL API guide is available at: https://www.wolfssl.com/doxygen/wolfssl_API.html The wolfCrypt API guide is available at: https://www.wolfssl.com/doxygen/wolfcrypt_API.html