Function hash_file_sha256

Source
pub fn hash_file_sha256<P>(value: &P) -> Result<Sha256, Error>
where P: AsRef<Path> + ?Sized,
Expand description

Convenience method for hashing a file into a Sha256 value