Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetDeterministicRandomizer
Method
GetDeterministicRandomizer
src/net.cpp:3118–3121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3116
}
3117
3118
CSipHasher CConnman::GetDeterministicRandomizer(uint64_t id) const
3119
{
3120
return CSipHasher(nSeed0, nSeed1).Write(id);
3121
}
3122
3123
uint64_t CConnman::CalculateKeyedNetGroup(const CAddress& ad) const
3124
{
Callers
2
RelayAddress
Method · 0.80
FUZZ_TARGET_INIT
Function · 0.80
Calls
2
CSipHasher
Class · 0.85
Write
Method · 0.45
Tested by
1
FUZZ_TARGET_INIT
Function · 0.64