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

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

Detailed Description

Definition at line 13 of file aes.hpp.

Constructor & Destructor Documentation

◆ aes_encoder()

fc::aes_encoder::aes_encoder ( )

Definition at line 31 of file aes.cpp.

◆ ~aes_encoder()

fc::aes_encoder::~aes_encoder ( )

Definition at line 37 of file aes.cpp.

Member Function Documentation

◆ encode()

uint32_t fc::aes_encoder::encode ( const char *  plaintxt,
uint32_t  len,
char *  ciphertxt 
)

Definition at line 67 of file aes.cpp.

◆ init()

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

Definition at line 41 of file aes.cpp.


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