Skip to main content

sha256

Function sha256 

Source
pub fn sha256(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.