A hasher class for Raven's 256-bit hash (double SHA-256).
More...
#include <hash.h>
A hasher class for Raven's 256-bit hash (double SHA-256).
Definition at line 76 of file hash.h.
◆ Finalize()
void CHash256::Finalize |
( |
unsigned char |
hash[OUTPUT_SIZE] | ) |
|
|
inline |
◆ Reset()
◆ Write()
CHash256& CHash256::Write |
( |
const unsigned char * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ OUTPUT_SIZE
const size_t CHash256::OUTPUT_SIZE = CSHA256::OUTPUT_SIZE |
|
static |
◆ sha
The documentation for this class was generated from the following file: