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