[#RIPEMD160] = RIPEMD160 :mrdocs: Compute the 160‐bit RIPEMD‐160 hash of an array. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint160.adoc[uint160] RIPEMD160(std::span<unsigned char const> data); ---- == Return Value The 160‐bit RIPEMD‐160 hash of the input. == Parameters [cols="1,4"] |=== | Name| Description | *data* | The bytes to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#