1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

cksum: Add crc32b algorithm

This commit is contained in:
Dorian Peron 2025-01-19 20:02:59 +01:00
parent d92d756d0d
commit ed4edb4b8a
8 changed files with 78 additions and 13 deletions

1
Cargo.lock generated
View file

@ -3461,6 +3461,7 @@ dependencies = [
"blake2b_simd",
"blake3",
"clap",
"crc32fast",
"data-encoding",
"data-encoding-macro",
"digest",