[#CSHA1] = CSHA1 :mrdocs: A hasher class for SHA1. == Synopsis Declared in `<crypto/sha1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CSHA1; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CSHA1/2constructor.adoc[`CSHA1`] [.small]#[constructor]# | Construct a hasher in its initial state. | xref:CSHA1/Finalize.adoc[`Finalize`] | Produce the digest of all data written so far. | xref:CSHA1/Reset.adoc[`Reset`] | Reset the hasher back to its initial state. | xref:CSHA1/Write.adoc[`Write`] | Absorb more data into the hash state. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:CSHA1/OUTPUT_SIZE.adoc[`OUTPUT_SIZE`] | Size of the SHA‐1 digest in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#