Function pro_env::hash_bytes[][src]

pub fn hash_bytes<H>(input: &[u8], output: &mut <H as HashOutput>::Type) where
    H: CryptoHash

Conducts the crypto hash of the given input and stores the result in output.