Function scrypto::crypto::hash

source ·
pub fn hash<T>(data: T) -> Hashwhere
    T: AsRef<[u8]>,
Expand description

Computes the hash digest of a message.