Skip to content

Commit 167bea9

Browse files
committed
bash-prg-hash: update digest to 0.11.3, use TryNewCustomized, partially use SpongeCursor
1 parent ba7bc6b commit 167bea9

5 files changed

Lines changed: 224 additions & 144 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ opt-level = 2
3737
[patch.crates-io]
3838
sha1 = { path = "sha1" }
3939
whirlpool = { path = "whirlpool" }
40+
sponge-cursor = { git = "https://github.com/RustCrypto/utils", branch = "add-sponge-cursor" }

bash-prg-hash/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ categories = ["cryptography", "no-std"]
1515
[dependencies]
1616
digest = "0.11"
1717
bash-f = "0.1"
18+
sponge-cursor = "0.1"
1819

1920
[dev-dependencies]
2021
digest = { version = "0.11", features = ["dev"] }

0 commit comments

Comments
 (0)