AES256CBCDecrypt::AES256CBCDecrypt

Construct a CBC-mode decrypter.

Synopsis

Declared in <crypto/aes.h>

AES256CBCDecrypt(
    unsigned char const key[],
    unsigned char const ivIn[],
    bool padIn);

Parameters

NameDescription
keyThe 32-byte AES-256 key.
ivInThe 16-byte initialization vector.
padInWhether the ciphertext uses PKCS#7 padding.