BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <sha256.hpp>
Classes | |
struct | impl |
Public Member Functions | |
encoder () | |
~encoder () | |
void | write (const char *d, uint32_t dlen) |
void | put (char c) |
void | reset () |
sha256 | result () |
Definition at line 35 of file sha256.hpp.
fc::sha256::encoder::encoder | ( | ) |
Definition at line 37 of file sha256.cpp.
fc::sha256::encoder::~encoder | ( | ) |
Definition at line 36 of file sha256.cpp.
|
inline |
Definition at line 42 of file sha256.hpp.
void fc::sha256::encoder::reset | ( | ) |
Definition at line 64 of file sha256.cpp.
sha256 fc::sha256::encoder::result | ( | ) |
Definition at line 59 of file sha256.cpp.
void fc::sha256::encoder::write | ( | const char * | d, |
uint32_t | dlen | ||
) |
Definition at line 56 of file sha256.cpp.