Hashes an arbitrary byte span with a per-instance random SipHash salt.
Declared in <util/hasher.h>
class SaltedSipHasher;
| Name | Description |
|---|---|
SaltedSipHasher [constructor] | Construct the hasher with a fresh random salt. |
operator() | Compute the salted SipHash of a byte span. |