[#CSipHasher-Finalize] = xref:CSipHasher.adoc[CSipHasher]::Finalize :relfileprefix: ../ :mrdocs: Compute the 64‐bit SipHash‐2‐4 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; ---- == Return Value The 64‐bit SipHash‐2‐4 result. [.small]#Created with https://www.mrdocs.com[MrDocs]#