[][src]Function big_hash::sha512_hash

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

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