[#SipHasher13UJ-Finalize] = xref:SipHasher13UJ.adoc[SipHasher13UJ]::Finalize :relfileprefix: ../ :mrdocs: Compute the 64‐bit SipHash‐1‐3‐UJ of the data written so far. The object remains untouched. == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t Finalize() const noexcept; ---- == Return Value The 64‐bit SipHash‐1‐3‐UJ result. [.small]#Created with https://www.mrdocs.com[MrDocs]#