Bitcoin Core 28.99.0
P2P Digital Currency
|
Reads data from an underlying stream, while hashing the read data. More...
#include <hash.h>
Public Member Functions | |
HashVerifier (Source &source LIFETIMEBOUND) | |
void | read (Span< std::byte > dst) |
void | ignore (size_t num_bytes) |
template<typename T > | |
HashVerifier< Source > & | operator>> (T &&obj) |
Public Member Functions inherited from HashWriter | |
void | write (Span< const std::byte > src) |
uint256 | GetHash () |
Compute the double-SHA256 hash of all data written to this object. More... | |
uint256 | GetSHA256 () |
Compute the SHA256 hash of all data written to this object. More... | |
uint64_t | GetCheapHash () |
Returns the first 64 bits from the resulting hash. More... | |
template<typename T > | |
HashWriter & | operator<< (const T &obj) |
Private Attributes | |
Source & | m_source |
Reads data from an underlying stream, while hashing the read data.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
private |