Construct a CBC‐mode encrypter.
Synopsis
Declared in <crypto/aes.h>
AES256CBCEncrypt(
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 to apply PKCS#7 padding. |
Created with MrDocs