[#CSHA512] = CSHA512 :mrdocs: A hasher class for SHA‐512. == Synopsis Declared in `<crypto/sha512.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CSHA512; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CSHA512/2constructor.adoc[`CSHA512`] [.small]#[constructor]# | Construct a hasher in its initial state. | xref:CSHA512/Finalize.adoc[`Finalize`] | Produce the digest of all data written so far. | xref:CSHA512/Reset.adoc[`Reset`] | Reset the hasher back to its initial state. | xref:CSHA512/Size.adoc[`Size`] | Number of bytes hashed so far. | xref:CSHA512/Write.adoc[`Write`] | Absorb more data into the hash state. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:CSHA512/OUTPUT_SIZE.adoc[`OUTPUT_SIZE`] | Size of the SHA‐512 digest in bytes. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:RandAddDynamicEnv.adoc[`RandAddDynamicEnv`] | Gather non‐cryptographic environment data that changes over time. | xref:RandAddStaticEnv.adoc[`RandAddStaticEnv`] | Gather non‐cryptographic environment data that does not change over time. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#