[#SipHasher13UJ-Hash-057] = xref:SipHasher13UJ.adoc[SipHasher13UJ]::Hash :relfileprefix: ../ :mrdocs: Hash a jumbo block after the data written so far and finalize without modifying the object. == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[always_inline]] uint64_t Hash(xref:uint256.adoc[uint256] const& hash) const noexcept; ---- == Return Value The resulting 64‐bit hash. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The 256‐bit jumbo block to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#