![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <hash.h>
Public Member Functions | |
void | Finalize (unsigned char hash[OUTPUT_SIZE]) |
CHash160 & | Write (const unsigned char *data, size_t len) |
CHash160 & | Reset () |
Static Public Attributes | |
static const size_t | OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE |
Private Attributes | |
CSHA256 | sha |
A hasher class for Bitcoin's 160-bit hash (SHA-256 + RIPEMD-160).
|
inline |
|
inline |
Definition at line 110 of file hash.h.
Referenced by EvalScript(), and Hash160().
|
static |
|
private |
Definition at line 100 of file hash.h.
Referenced by Finalize(), Reset(), and Write().