Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1083
SaltedTxidHasher::SaltedTxidHasher() : k0(GetRand(std::numeric_limits<uint64_t>::max())), k1(GetRand(std::numeric_limits<uint64_t>::max())) {}
Callers
nothing calls this directly
Calls
2
GetRand
Function · 0.85
max
Function · 0.85
Tested by
no test coverage detected