CHash256::Finalize

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

Synopsis

Declared in <hash.h>

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

Parameters

NameDescription
outputDestination buffer, which must be OUTPUT_SIZE bytes.