CSipHasher::CSipHasher

Construct a SipHash calculator initialized with 128-bit key (k0, k1).

Synopsis

Declared in <crypto/siphash.h>

CSipHasher(
    uint64_t k0,
    uint64_t k1);

Parameters

NameDescription
k0Low 64 bits of the 128-bit key.
k1High 64 bits of the 128-bit key.