SipHashState::Compress1

Mutably compress one block into this state, with 1 SipRound.

Synopsis

Declared in <crypto/siphash.h>

[[always_inline]]
SipHashState&
Compress1(uint64_t data) noexcept;

Return Value

Reference to this state, to allow chaining.

Parameters

NameDescription
dataThe 64-bit block to compress.