Function sha256

Source
pub fn sha256(data: &[u8]) -> Vec<u8> 
Expand description

Given a byte slice, return the SHA-256 hash of that content.