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

hashsum: add support for SHA-3 functions

Only the fixed output-size functions are supported, SHAKE128 and
SHAKE256 are not included for now.
This commit is contained in:
Mike Swanson 2016-04-16 06:17:15 -07:00
parent e0c55b65a8
commit c946202094
3 changed files with 27 additions and 6 deletions

4
Cargo.lock generated
View file

@ -348,7 +348,7 @@ dependencies = [
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
@ -723,7 +723,7 @@ dependencies = [
[[package]]
name = "rust-crypto"
version = "0.2.34"
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",