A hasher class for SHA3‐256 (fixed 256‐bit output Keccak).
Synopsis
Declared in <crypto/sha3.h>
class SHA3_256;
Member Functions
Name |
Description |
|
Construct a hasher in its initial state. |
Squeeze out the digest of all data written so far. |
|
Reset the hasher back to its initial state. |
|
Absorb more data into the sponge state. |
Static Data Members
Name |
Description |
Size of the SHA3‐256 digest in bytes. |
Created with MrDocs