[#SipHashState-Compress1Jumbo] = xref:SipHashState.adoc[SipHashState]::Compress1Jumbo :relfileprefix: ../ :mrdocs: Mutably compress one jumbo block into this state, with 1 SipRound. == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[always_inline]] xref:SipHashState.adoc[SipHashState]& Compress1Jumbo(xref:uint256.adoc[uint256] const& data) noexcept; ---- == Return Value Reference to this state, to allow chaining. == Parameters [cols="1,4"] |=== | Name| Description | *data* | The 256‐bit jumbo block to compress. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#