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