A hasher class for Bitcoin'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 Bitcoin's 160-bit hash (SHA-256 + RIPEMD-160).
Definition at line 48 of file hash.h.
◆ Finalize()
void CHash160::Finalize |
( |
Span< uint8_t > |
output | ) |
|
|
inline |
◆ Reset()
◆ Write()
◆ OUTPUT_SIZE
const size_t CHash160::OUTPUT_SIZE = CRIPEMD160::OUTPUT_SIZE |
|
static |
◆ sha
The documentation for this class was generated from the following file: