![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
A decryption class for AES-128. More...
#include <aes.h>
Public Member Functions | |
| AES128Decrypt (const uint8_t key[16]) | |
| ~AES128Decrypt () | |
| void | Decrypt (uint8_t plaintext[16], const uint8_t ciphertext[16]) const |
Private Attributes | |
| AES128_ctx | ctx |
|
explicit |
| void AES128Decrypt::Decrypt | ( | uint8_t | plaintext[16], |
| const uint8_t | ciphertext[16] | ||
| ) | const |
|
private |