Construct a SipHashState initialized with the specified key.
Declared in <crypto/siphash.h>
[[always_inline]]
explicit
SipHashState(
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. |