Compute the 160-bit RIPEMD-160 hash of an array.
Declared in <hash.h>
<hash.h>
uint160 RIPEMD160(std::span<unsigned char const> data);
The 160-bit RIPEMD-160 hash of the input.