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

Synopsis

Declared in <util/hasher.h>

class SaltedSipHasher;

Member Functions

Name

Description

SaltedSipHasher [constructor]

Construct the hasher with a fresh random salt.

operator()

Compute the salted SipHash of a byte span.

Created with MrDocs