Skip to main content

compute_sha1_chunked

Function compute_sha1_chunked 

Source
pub(crate) fn compute_sha1_chunked(path: &str) -> Result<String>
Expand description

Compute SHA-1 in chunks so large media files never need to be read fully into memory.