SaltedSipHasher

Hashes an arbitrary byte span with a per-instance random SipHash salt.

Synopsis

Declared in <util/hasher.h>

class SaltedSipHasher;

Member Functions

NameDescription
SaltedSipHasher [constructor]Construct the hasher with a fresh random salt.
operator() Compute the salted SipHash of a byte span.