Construct a hasher with explicit salt values.

Synopsis

Declared in <netaddress.h>

CServiceHash(
    uint64_t salt_k0,
    uint64_t salt_k1);

Parameters

Name

Description

salt_k0

The first 64‐bit SipHash salt value.

salt_k1

The second 64‐bit SipHash salt value.

Created with MrDocs