ripemd160
bitcoinjs-lib / ripemd160
Function: ripemd160()
ripemd160(
a
):Ripemd160
Defined in: packages/scrypt-ts-btc/src/smart-contract/fns/hashes.ts:77
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.