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