Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <aes.h>
Public Member Functions | |
AES128CBCDecrypt (const uint8_t key[AES128_KEYSIZE], const uint8_t ivIn[AES_BLOCKSIZE], bool padIn) | |
~AES128CBCDecrypt () | |
int | Decrypt (const uint8_t *data, int size, uint8_t *out) const |
Private Attributes | |
const AES128Decrypt | dec |
const bool | pad |
uint8_t | iv [AES_BLOCKSIZE] |
AES128CBCDecrypt::~AES128CBCDecrypt | ( | ) |
|
private |
|
private |