pub fn sha512(data: &[u8]) -> [u8; 64]
Computes the SHA512 hash of some data.
This corresponds to SHA512.
SHA512