[#MuHash3072-Finalize] = xref:MuHash3072.adoc[MuHash3072]::Finalize :relfileprefix: ../ :mrdocs: Finalize into a 32‐byte hash. Does not change this object's value. == Synopsis Declared in `<crypto/muhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Finalize(xref:uint256.adoc[uint256]& out) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *out* | The 256‐bit value receiving the finalized hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#