A hasher class for SHA1.
Declared in <crypto/sha1.h>
class CSHA1;
| Name | Description |
|---|---|
CSHA1 [constructor] | Construct a hasher in its initial state. |
Finalize | Produce the digest of all data written so far. |
Reset | Reset the hasher back to its initial state. |
Write | Absorb more data into the hash state. |
| Name | Description |
|---|---|
OUTPUT_SIZE | Size of the SHA-1 digest in bytes. |