Go to file
Dustin 4c7192582d checksum: Fix EOF handling
Using `Read::read_exact` is not the correct way to read a file in
chunks.  When it returns `UnexpectedEof`, the buffer has data in it, but
is zero-padded to the end.  This causes the calculated checksum to be
incorrect.
2024-01-12 09:42:31 -06:00
src checksum: Fix EOF handling 2024-01-12 09:42:31 -06:00
.gitattributes Initial commit 2024-01-11 08:23:48 -06:00
.gitignore Initial commit 2024-01-11 08:23:48 -06:00
Cargo.lock Add post-change hooks feature 2024-01-11 22:27:59 -06:00
Cargo.toml Add post-change hooks feature 2024-01-11 22:27:59 -06:00
rustfmt.toml Initial commit 2024-01-11 08:23:48 -06:00