An encryption class for AES-256.
More...
#include <aes.h>
An encryption class for AES-256.
Definition at line 19 of file aes.h.
◆ AES256Encrypt()
| AES256Encrypt::AES256Encrypt |
( |
const unsigned char |
key[32] | ) |
|
|
explicit |
◆ ~AES256Encrypt()
| AES256Encrypt::~AES256Encrypt |
( |
| ) |
|
◆ Encrypt()
| void AES256Encrypt::Encrypt |
( |
unsigned char |
ciphertext[16], |
|
|
const unsigned char |
plaintext[16] |
|
) |
| const |
◆ allocator
Definition at line 22 of file aes.h.
◆ ctx
Definition at line 23 of file aes.h.
The documentation for this class was generated from the following files: