sha256_bytes

Function sha256_bytes 

pub fn sha256_bytes(bytes: &[u8]) -> Vec<u8> 
Expand description

Sha256 is used in places where cryptographic security is not required, as sha256 has a significant speed improvement over Keccak.