Skip to content

Commit c47de07

Browse files
committed
fix(cksum): correct CRC32B implementation to match GNU cksum
- Implement correct CRC32B algorithm with proper polynomial and initialization - Add comprehensive test fixtures for CRC32B validation - Support raw output format for CRC32B checksums - Update dependencies and lock files for compatibility - Fix code formatting and style issues
1 parent 4f45042 commit c47de07

File tree

15 files changed

+154
-116
lines changed

15 files changed

+154
-116
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ sha3 = "0.10.8"
390390
blake2b_simd = "1.0.2"
391391
blake3 = "1.5.1"
392392
sm3 = "0.4.2"
393-
crc32fast = "1.4.2"
394393
crc-fast = "1.5.0"
395394
digest = "0.10.7"
396395

0 commit comments

Comments
 (0)