[#CSHA512-Finalize] = xref:CSHA512.adoc[CSHA512]::Finalize :relfileprefix: ../ :mrdocs: Produce the digest of all data written so far. == Synopsis Declared in `<crypto/sha512.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Finalize(unsigned char hash[]); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hash* | Output buffer receiving the OUTPUT_SIZE‐byte digest. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#