Skip to main content

ripemd160

Function ripemd160 

Source
pub fn ripemd160(data: &[u8]) -> [u8; 20]
Expand description

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.