1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 13:37:48 +00:00

Merge pull request #6431 from sylvestre/refactor-hashsum-cksum

cksum/hashsum: refactor the common code.
This commit is contained in:
Daniel Hofstetter 2024-06-04 09:06:35 +02:00 committed by GitHub
commit f56e121eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1515 additions and 969 deletions

1
Cargo.lock generated
View file

@ -3434,6 +3434,7 @@ dependencies = [
"number_prefix",
"once_cell",
"os_display",
"regex",
"sha1",
"sha2",
"sha3",