Skip to main content

verify_file_sha256

Function verify_file_sha256 

Source
pub fn verify_file_sha256(path: &Path, expected: &str) -> Result<()>
Expand description

Verify path contents match expected (64-char hex). Returns Ok on match.