Fabcoin Core
0.16.2
P2P Digital Currency
|
A hasher class for Fabcoin's 256-bit hash (double SHA-256). More...
#include <hash.h>
Public Member Functions | |
void | Finalize (unsigned char hash[OUTPUT_SIZE]) |
CHash256 & | Write (const unsigned char *data, size_t len) |
CHash256 & | Reset () |
Static Public Attributes | |
static const size_t | OUTPUT_SIZE = CSHA256::OUTPUT_SIZE |
Private Attributes | |
CSHA256 | sha |
|
inline |
|
inline |
|
inline |
|
static |