ripemd160
scrypt-ts-opcat / ripemd160
Function: ripemd160()
ripemd160(
a
):Ripemd160
Defined in: packages/scrypt-ts-opcat/src/smart-contract/fns/hashes.ts:75
A RIPEMD160 hash, which is always 160 bits or 20 bytes long. See: https://en.wikipedia.org/wiki/RIPEMD
Parameters
a
ByteString Data, a.k.a. pre-image, which can be any size.
Returns
The hash in the form of a ByteString.