Function sha512_256

pub fn sha512_256(data: &[u8]) -> [u8; 32]
Expand description

Computes the SHA512-256 hash of some data.