Writes the final double‐SHA‐256 hash into the output buffer.

Synopsis

Declared in <hash.h>

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

Parameters

Name

Description

output

Destination buffer, which must be OUTPUT_SIZE bytes.

Created with MrDocs