[#CHash160] = CHash160 :mrdocs: A hasher class for Bitcoin's 160‐bit hash (SHA‐256 + RIPEMD‐160). == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CHash160; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CHash160/Finalize.adoc[`Finalize`] | Writes the final SHA‐256 then RIPEMD‐160 hash into the output buffer. | xref:CHash160/Reset.adoc[`Reset`] | Resets the hasher to its initial state. | xref:CHash160/Write.adoc[`Write`] | Adds more data to be hashed. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:CHash160/OUTPUT_SIZE.adoc[`OUTPUT_SIZE`] | Size in bytes of the produced hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#