MCPcopy 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
3118CSipHasher CConnman::GetDeterministicRandomizer(uint64_t id) const
3119{
3120 return CSipHasher(nSeed0, nSeed1).Write(id);
3121}
3122
3123uint64_t CConnman::CalculateKeyedNetGroup(const CAddress& ad) const
3124{

Callers 2

RelayAddressMethod · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls 2

CSipHasherClass · 0.85
WriteMethod · 0.45

Tested by 1

FUZZ_TARGET_INITFunction · 0.64