pub async fn sha256_md5_digest_multipart(
    file_path: &str,
    seek: u64,
    chunk: u64
) -> Result<(Digest, Digest, usize)>
Expand description

Errors

Will return Err if can not open the file