SHA3_256::Finalize

Squeeze out the digest of all data written so far.

Synopsis

Declared in <crypto/sha3.h>

SHA3_256&
Finalize(std::span<unsigned char> output);

Return Value

A reference to this hasher, for chaining.

Parameters

NameDescription
outputOutput span receiving the OUTPUT_SIZE-byte digest.