[][src]Function big_hash::sha256_hash

pub fn sha256_hash<H: Hash>(data: &H) -> [u8; 32]

Compute an SHA256 hash through the core::hash API.