SHA3_256

A hasher class for SHA3-256 (fixed 256-bit output Keccak).

Synopsis

Declared in <crypto/sha3.h>

class SHA3_256;

Member Functions

NameDescription
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.

Static Data Members

NameDescription
OUTPUT_SIZE Size of the SHA3-256 digest in bytes.