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

Name

Description

output

Output span receiving the OUTPUT_SIZE‐byte digest.

Created with MrDocs