SHA3_256::Reset

Reset the hasher back to its initial state.

Synopsis

Declared in <crypto/sha3.h>

SHA3_256&
Reset();

Return Value

A reference to this hasher, for chaining.