Bitcoin ABC 0.26.3
P2P Digital Currency
|
An encryption class for AES-128. More...
#include <aes.h>
Public Member Functions | |
AES128Encrypt (const uint8_t key[16]) | |
~AES128Encrypt () | |
void | Encrypt (uint8_t ciphertext[16], const uint8_t plaintext[16]) const |
Private Attributes | |
AES128_ctx | ctx |
|
explicit |
AES128Encrypt::~AES128Encrypt | ( | ) |
|
private |