CServiceHash::CServiceHash

Constructors

Synopses

Declared in <netaddress.h>

Construct a hasher seeded with random salt values.

CServiceHash();
» more...

Construct a hasher with explicit salt values.

CServiceHash(
    uint64_t salt_k0,
    uint64_t salt_k1);
» more...

Parameters

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