Topic: AES Explanation
In the example of wc_aesGcmEncrypt found at https://www.wolfssl.com/documentation/m … gcmencrypt it does not use wc_AesGcmEncryptInit but for the file example it is used and required to complete the encryption. https://github.com/wolfSSL/wolfssl-exam … encrypt.c.
Do I need to always call the initializations?