A hasher class for Fabcoin's 160-bit hash (SHA-256 + RIPEMD-160).
More...
#include <hash.h>
|
static const size_t | OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE |
|
A hasher class for Fabcoin's 160-bit hash (SHA-256 + RIPEMD-160).
Definition at line 45 of file hash.h.
void CHash160::Finalize |
( |
unsigned char |
hash[OUTPUT_SIZE] | ) |
|
|
inline |
CHash160& CHash160::Write |
( |
const unsigned char * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
const size_t CHash160::OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE |
|
static |
The documentation for this class was generated from the following file: