RIPEMD160

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

NameDescription
dataThe bytes to hash.