Topic: wc_AesSetIV(...)
The documentation shows that I should call wc_AesSetKey, then wc_AesSetIV, then w_AesCbcEncrypt.
Is it really necessary to call SetIV being as the call to SetKey also takes the IV as input? It seems to work OK without calling it, but I just want to confirm that there's not some side effect that I'm missing.
Thanks