A decryption class for AES-256.
More...
#include <aes.h>
A decryption class for AES-256.
Definition at line 32 of file aes.h.
◆ AES256Decrypt()
| AES256Decrypt::AES256Decrypt |
( |
const unsigned char |
key[32] | ) |
|
|
explicit |
◆ ~AES256Decrypt()
| AES256Decrypt::~AES256Decrypt |
( |
| ) |
|
◆ Decrypt()
| void AES256Decrypt::Decrypt |
( |
unsigned char |
plaintext[16], |
|
|
const unsigned char |
ciphertext[16] |
|
) |
| const |
◆ allocator
Definition at line 35 of file aes.h.
◆ ctx
Definition at line 36 of file aes.h.
The documentation for this class was generated from the following files: