pub async fn sha256_file(path: &Path) -> Result<String, Error>
SHA-256 hex digest of a file at path.
path