pub(crate) fn compute_sha1_chunked(path: &str) -> Result<String>
Compute SHA-1 in chunks so large media files never need to be read fully into memory.