MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SaltedTxidHasher

Method SaltedTxidHasher

src/txmempool.cpp:1083–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083SaltedTxidHasher::SaltedTxidHasher() : k0(GetRand(std::numeric_limits<uint64_t>::max())), k1(GetRand(std::numeric_limits<uint64_t>::max())) {}

Callers

nothing calls this directly

Calls 2

GetRandFunction · 0.85
maxFunction · 0.85

Tested by

no test coverage detected