pub fn hash_file_sha256<P: AsRef<Path> + ?Sized>(value: &P) -> Result<Sha256>
Convenience method for hashing a file into a Sha256 value
Sha256