Function near_sdk::env::ripemd160_array

source ·
pub fn ripemd160_array(value: &[u8]) -> [u8; 20]
Expand description

Hashes the bytes using the RIPEMD-160 hash function. This returns a 20 byte hash.