Skip to main content

compute_sha256

Function compute_sha256 

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

Computes the SHA256 hex digest of the file at path.

ยงErrors

  • The file cannot be opened or read.