Skip to content

Commit 3ba9721

Browse files
committed
kmac: use published cshake crate
1 parent 81912e6 commit 3ba9721

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

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

kmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313
rust-version = "1.85"
1414

1515
[dependencies]
16-
cshake = { git = "https://github.com/RustCrypto/hashes", branch = "master" }
16+
cshake = "0.2.0"
1717
digest = { version = "0.11.0", features = ["mac"] }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)