[#SipHasher13UJ-WriteJumbo] = xref:SipHasher13UJ.adoc[SipHasher13UJ]::WriteJumbo :relfileprefix: ../ :mrdocs: Hash a 256‐bit value as a jumbo block. For hash‐table use, non‐hash inputs must remain few and bounded. == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SipHasher13UJ.adoc[SipHasher13UJ]& WriteJumbo(xref:uint256.adoc[uint256] const& hash) noexcept; ---- == Return Value Reference to this object, to allow chaining. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The 256‐bit value to hash as a jumbo block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#