Skip to content

Commit fb5a5bf

Browse files
committed
Remove turbo-shake dependency
1 parent e08b19a commit fb5a5bf

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ opt-level = 2
3434

3535
[patch.crates-io]
3636
sha1 = { path = "sha1" }
37-
turbo-shake = { path = "turbo-shake" }
3837
whirlpool = { path = "whirlpool" }

k12/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "Pure Rust implementation of the KangarooTwelve hash function"
1515
[dependencies]
1616
digest = "0.11"
1717
keccak = { version = "0.2", features = ["parallel"] }
18-
turbo-shake = { version = "0.1.0", default-features = false }
1918

2019
[dev-dependencies]
2120
digest = { version = "0.11", features = ["alloc", "dev"] }
@@ -24,7 +23,7 @@ hex-literal = "1"
2423
[features]
2524
default = ["alloc"]
2625
alloc = ["digest/alloc"]
27-
zeroize = ["digest/zeroize", "turbo-shake/zeroize"]
26+
zeroize = ["digest/zeroize"]
2827

2928
[package.metadata.docs.rs]
3029
all-features = true

0 commit comments

Comments
 (0)