Construct a CBC-mode decrypter.
Declared in <crypto/aes.h>
AES256CBCDecrypt(
unsigned char const key[],
unsigned char const ivIn[],
bool padIn);
| Name | Description |
|---|---|
| key | The 32-byte AES-256 key. |
| ivIn | The 16-byte initialization vector. |
| padIn | Whether the ciphertext uses PKCS#7 padding. |