![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
An encryption class for AES-128. More...
#include <aes.h>
Public Member Functions | |
| AES128Encrypt (const unsigned char key[16]) | |
| ~AES128Encrypt () | |
| void | Encrypt (unsigned char ciphertext[16], const unsigned char plaintext[16]) const |
Private Attributes | |
| AES128_ctx | ctx |
|
explicit |
| void AES128Encrypt::Encrypt | ( | unsigned char | ciphertext[16], |
| const unsigned char | plaintext[16] | ||
| ) | const |
|
private |
1.8.14