![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
A hasher class for Bitcoin's 160-bit hash (SHA-256 + RIPEMD-160). More...
#include <hash.h>
Public Member Functions | |
| void | Finalize (std::span< unsigned char > output) |
| CHash160 & | Write (std::span< const unsigned char > input) |
| 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 |
|
inline |
|
static |