Construct a SipHash-1-3-UJ calculator initialized with 128-bit key (k0, k1).
Declared in <crypto/siphash.h>
SipHasher13UJ(
uint64_t k0,
uint64_t k1) noexcept;
| Name | Description |
|---|---|
| k0 | Low 64 bits of the 128-bit key. |
| k1 | High 64 bits of the 128-bit key. |