pub fn ripemd160(data: &[u8]) -> [u8; 20]
Computes the RIPEMD-160 hash of the input data.
Returns a 20-byte digest. Used in Bitcoin as the second step of the hash160 address-derivation hash.
hash160