Skip to main content

sha256_file

Function sha256_file 

Source
pub fn sha256_file(path: &Path) -> Result<String>
Expand description

Lowercase hex SHA-256 of a file’s bytes, streamed rather than buffered.

§Errors

When the file cannot be read.