Skip to main content

hash_file_checksum

Function hash_file_checksum 

Source
pub fn hash_file_checksum(
    path: &Path,
    checksum_type: ChecksumType,
) -> Result<String>
Expand description

Compute a hex-encoded checksum of a file using the specified algorithm.