[][src]Function eth2_hashing::hash

pub fn hash(input: &[u8]) -> Vec<u8>

Returns the digest of input.

Uses ring::digest::SHA256.