[#CHMAC_SHA512] = CHMAC_SHA512 :mrdocs: A hasher class for HMAC‐SHA‐512. == Synopsis Declared in `<crypto/hmac_sha512.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CHMAC_SHA512; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CHMAC_SHA512/2constructor.adoc[`CHMAC_SHA512`] [.small]#[constructor]# | Initialize the HMAC with a secret key. | xref:CHMAC_SHA512/Finalize.adoc[`Finalize`] | Produce the MAC of all data written so far. | xref:CHMAC_SHA512/Write.adoc[`Write`] | Absorb more data into the MAC. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:CHMAC_SHA512/OUTPUT_SIZE.adoc[`OUTPUT_SIZE`] | Size of the HMAC‐SHA‐512 output in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#