![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <hasher.h>
Public Member Functions | |
| SaltedUint256Hasher () | |
| size_t | operator() (const uint256 &hash) const |
Private Attributes | |
| const uint64_t | k0 |
| Salt. More... | |
| const uint64_t | k1 |
| SaltedUint256Hasher::SaltedUint256Hasher | ( | ) |
Definition at line 10 of file hasher.cpp.
|
inline |