[#CHash160-Finalize] = xref:CHash160.adoc[CHash160]::Finalize :relfileprefix: ../ :mrdocs: Writes the final SHA‐256 then RIPEMD‐160 hash into the output buffer. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Finalize(std::span<unsigned char> output); ---- == Parameters [cols="1,4"] |=== | Name| Description | *output* | Destination buffer, which must be OUTPUT_SIZE bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#