A hasher class for SHA3-256 (fixed 256-bit output Keccak).
Declared in <crypto/sha3.h>
class SHA3_256;
| Name | Description |
|---|---|
SHA3_256 [constructor] | Construct a hasher in its initial state. |
Finalize | Squeeze out the digest of all data written so far. |
Reset | Reset the hasher back to its initial state. |
Write | Absorb more data into the sponge state. |
| Name | Description |
|---|---|
OUTPUT_SIZE | Size of the SHA3-256 digest in bytes. |