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