![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
A hasher class for Bitcoin's 256-bit hash (double SHA-256). More...
#include <hash.h>
Public Member Functions | |
| void | Finalize (std::span< unsigned char > output) |
| CHash256 & | Write (std::span< const unsigned char > input) |
| CHash256 & | Reset () |
Static Public Attributes | |
| static const size_t | OUTPUT_SIZE = CSHA256::OUTPUT_SIZE |
Private Attributes | |
| CSHA256 | sha |
|
inline |
|
inline |
|
inline |
|
static |