Decrypt a buffer of arbitrary length in CBC mode.
Declared in <crypto/aes.h>
int
Decrypt(
unsigned char const* data,
int size,
unsigned char* out) const;
The number of plaintext bytes written.
| Name | Description |
|---|---|
| data | The ciphertext to decrypt. |
| size | The number of ciphertext bytes. |
| out | Output buffer receiving the plaintext. |