BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <aes.hpp>
Classes | |
struct | impl |
Public Member Functions | |
aes_decoder () | |
~aes_decoder () | |
void | init (const fc::sha256 &key, const uint128_t &init_value) |
uint32_t | decode (const char *ciphertxt, uint32_t len, char *plaintext) |
uint32_t fc::aes_decoder::decode | ( | const char * | ciphertxt, |
uint32_t | len, | ||
char * | plaintext | ||
) |
void fc::aes_decoder::init | ( | const fc::sha256 & | key, |
const uint128_t & | init_value | ||
) |