A hasher class for SHA‐512.
Synopsis
Declared in <crypto/sha512.h>
class CSHA512;
Member Functions
Name |
Description |
|
Construct a hasher in its initial state. |
Produce the digest of all data written so far. |
|
Reset the hasher back to its initial state. |
|
Number of bytes hashed so far. |
|
Absorb more data into the hash state. |
Static Data Members
Name |
Description |
Size of the SHA‐512 digest in bytes. |
Non-Member Functions
Name |
Description |
Gather non‐cryptographic environment data that changes over time. |
|
Gather non‐cryptographic environment data that does not change over time. |
Created with MrDocs