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

View file

@ -356,6 +356,7 @@ sha3 = "0.10.8"
blake2b_simd = "1.0.2"
blake3 = "1.5.1"
sm3 = "0.4.2"
crc32fast = "1.4.2"
digest = "0.10.7"
uucore = { version = "0.0.29", package = "uucore", path = "src/uucore" }