mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 16:32:20 +01:00
Generates IV and places it before msg Uses 12 byte IV with AES-CTR Add API to explicitly set KDF salt.
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