Mutably compress one block into this state, with 2 SipRounds.
Declared in <crypto/siphash.h>
[[always_inline]]
SipHashState&
Compress2(uint64_t data) noexcept;
Reference to this state, to allow chaining.
| Name | Description |
|---|---|
| data | The 64-bit block to compress. |