Commit 8f62357
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 issues1 parent a4d7bcd commit 8f62357
File tree
15 files changed
+154
-116
lines changed- fuzz
- src
- uucore
- src/lib/features
- uu/cksum/src
- tests
- by-util
- fixtures/cksum
- base64
- raw
- untagged
15 files changed
+154
-116
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
| |||
0 commit comments