pub fn sha256(data: &[u8]) -> [u8; 32]
Computes the SHA256 hash of some data.
This corresponds to SHA256.
SHA256