hash160
reddcoinjs-lib v7.0.1-rdd.1 • Docs
reddcoinjs-lib v7.0.1-rdd.1 / crypto / hash160
Function: hash160()
hash160(
buffer):Uint8Array
Computes the HASH160 (RIPEMD-160 after SHA-256) of the given buffer.
Parameters
• buffer: Uint8Array
The input data to be hashed.
Returns
Uint8Array
The HASH160 of the input buffer.