Compute the 160‐bit RIPEMD‐160 hash of an array.
Synopsis
Declared in <hash.h>
uint160
RIPEMD160(std::span<unsigned char const> data);
Return Value
The 160‐bit RIPEMD‐160 hash of the input.
Parameters
Name |
Description |
data |
The bytes to hash. |
Created with MrDocs