Function sha256

Source
pub fn sha256<T: AsRef<[u8]>>(data: T) -> [u8; 32]
Expand description

The 32-byte digest sha256 hash function