[#CHMAC_SHA512-Finalize] = xref:CHMAC_SHA512.adoc[CHMAC_SHA512]::Finalize :relfileprefix: ../ :mrdocs: Produce the MAC of all data written so far. == Synopsis Declared in `<crypto/hmac_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 MAC. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#