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