CHash160::Finalize

Writes the final SHA-256 then RIPEMD-160 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.