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