A hasher class for Bitcoin's 256-bit hash (double SHA-256).
More...
#include <hash.h>
A hasher class for Bitcoin's 256-bit hash (double SHA-256).
Definition at line 24 of file hash.h.
◆ Finalize()
void CHash256::Finalize |
( |
Span< unsigned char > |
output | ) |
|
|
inline |
◆ Reset()
◆ Write()
CHash256 & CHash256::Write |
( |
Span< const unsigned char > |
input | ) |
|
|
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: