BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Public Member Functions | List of all members
fc::aes_decoder Class Reference

#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)
 

Detailed Description

Definition at line 26 of file aes.hpp.

Constructor & Destructor Documentation

◆ aes_decoder()

fc::aes_decoder::aes_decoder ( )

Definition at line 103 of file aes.cpp.

◆ ~aes_decoder()

fc::aes_decoder::~aes_decoder ( )

Definition at line 134 of file aes.cpp.

Member Function Documentation

◆ decode()

uint32_t fc::aes_decoder::decode ( const char *  ciphertxt,
uint32_t  len,
char *  plaintext 
)

Definition at line 138 of file aes.cpp.

◆ init()

void fc::aes_decoder::init ( const fc::sha256 key,
const uint128_t &  init_value 
)

Definition at line 109 of file aes.cpp.


The documentation for this class was generated from the following files: