Fabcoin Core
0.16.2
P2P Digital Currency
|
An encryption class for AES-256. More...
#include <aes.h>
Public Member Functions | |
AES256Encrypt (const unsigned char key[32]) | |
~AES256Encrypt () | |
void | Encrypt (unsigned char ciphertext[16], const unsigned char plaintext[16]) const |
Private Attributes | |
AES256_ctx | ctx |
|
explicit |
void AES256Encrypt::Encrypt | ( | unsigned char | ciphertext[16], |
const unsigned char | plaintext[16] | ||
) | const |
|
private |