pub fn sha256(data: impl AsRef<[u8]>) -> Sha256Digest
A helper function to quickly calculate sha256 hash as [u64; 4]
Should not panic