pub fn sha512_256(data: &[u8]) -> [u8; 32]
boring
crypto
std
Computes the SHA512-256 hash of some data.