pub async fn compute_checksum(path: &Path, algo: Algorithm) -> Result<String>
Computes the checksum of a file on disk asynchronously.