A decryption class for AES‐256 in CBC mode with optional PKCS#7 padding.
Synopsis
Declared in <crypto/aes.h>
class AES256CBCDecrypt;
Member Functions
Name |
Description |
|
Construct a CBC‐mode decrypter. |
|
Destroy the decrypter and wipe the initialization vector. |
Decrypt a buffer of arbitrary length in CBC mode. |
Created with MrDocs