[#SipHashState-Finalize4] = xref:SipHashState.adoc[SipHashState]::Finalize4 :relfileprefix: ../ :mrdocs: Mutably finalize this state with 4 SipRounds, and return the resulting hash. == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[always_inline]] uint64_t Finalize4() noexcept; ---- == Return Value The resulting 64‐bit hash. [.small]#Created with https://www.mrdocs.com[MrDocs]#