CServiceHash::CServiceHash

Construct a hasher with explicit salt values.

Synopsis

Declared in <netaddress.h>

CServiceHash(
    uint64_t salt_k0,
    uint64_t salt_k1);

Parameters

NameDescription
salt_k0The first 64-bit SipHash salt value.
salt_k1The second 64-bit SipHash salt value.