pub fn compute_sha256(path: &Path) -> Result<String>
Computes the SHA256 hex digest of the file at path.
path