SipHashState::Compress1Jumbo

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

Synopsis

Declared in <crypto/siphash.h>

[[always_inline]]
SipHashState&
Compress1Jumbo(uint256 const& data) noexcept;

Return Value

Reference to this state, to allow chaining.

Parameters

NameDescription
dataThe 256-bit jumbo block to compress.