![]() |
Bitcoin ABC 0.32.4
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 |
| void AES128Encrypt::Encrypt | ( | uint8_t | ciphertext[16], |
| const uint8_t | plaintext[16] | ||
| ) | const |
|
private |