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