Verifier Module
src/verifier.rs — Pluggable hash verification with the
HashAlgorithm trait.
|
Chunk checksums are verified against manifest values before unpacking. Corrupted chunks are detected and reported. |
Mismatched checksums produce a clear error identifying the corrupted chunk index and expected vs. actual hash. |
The |
The |