Hashes an arbitrary byte span with a per‐instance random SipHash salt.
Synopsis
Declared in <util/hasher.h>
class SaltedSipHasher;
Member Functions
Name |
Description |
|
Construct the hasher with a fresh random salt. |
Compute the salted SipHash of a byte span. |
Created with MrDocs