Get a unique deterministic randomizer.

Synopsis

Declared in <net.h>

CSipHasher
GetDeterministicRandomizer(uint64_t id) const;

Return Value

a SipHasher seeded deterministically from the connection seeds and id.

Parameters

Name

Description

id

a salt identifying the randomizer to derive.

Created with MrDocs