mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-03 14:37:45 +00:00
Add checksum algorithm abstractions
This commit is contained in:
parent
109553436d
commit
9322580967
6 changed files with 77 additions and 102 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -2399,14 +2399,8 @@ dependencies = [
|
|||
name = "uu_cksum"
|
||||
version = "0.0.17"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"blake3",
|
||||
"clap",
|
||||
"hex",
|
||||
"md-5",
|
||||
"sha1",
|
||||
"sha2",
|
||||
"sm3",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
@ -2611,18 +2605,10 @@ dependencies = [
|
|||
name = "uu_hashsum"
|
||||
version = "0.0.17"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"blake3",
|
||||
"clap",
|
||||
"digest",
|
||||
"hex",
|
||||
"md-5",
|
||||
"memchr",
|
||||
"regex",
|
||||
"sha1",
|
||||
"sha2",
|
||||
"sha3",
|
||||
"sm3",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue