![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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 |
Definition at line 80 of file hash.h.
Referenced by CHashWriter::GetHash(), and Hash().
|
inline |
Definition at line 86 of file hash.h.
Referenced by EvalScript(), Hash(), MerkleComputation(), CKey::VerifyPubKey(), and CHashWriter::write().
|
static |
|
private |
Definition at line 76 of file hash.h.
Referenced by Finalize(), Reset(), and Write().