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