Skip to content

Commit 3f32953

Browse files
committed
chore(deps): WIP: use digest newtype
1 parent 533b2b8 commit 3f32953

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

Cargo.lock

+9-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ exclude = ["benches", "fuzz"]
1717
opt-level = 2
1818

1919
[patch.crates-io]
20-
password-hash = { git = "https://github.com/RustCrypto/traits.git" }
20+
password-hash = { git = "https://github.com/RustCrypto/traits.git", branch = "digest/newtype" }
21+
crypto-common = { git = "https://github.com/RustCrypto/traits.git", branch = "digest/newtype" }
22+
digest = { git = "https://github.com/RustCrypto/traits.git", branch = "digest/newtype" }
23+
24+
streebog = { git = "https://github.com/RustCrypto/hashes.git", branch = "newtype" }
25+
sha1 = { git = "https://github.com/RustCrypto/hashes.git", branch = "newtype" }
26+
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "newtype" }
27+
28+
hmac = { git = "https://github.com/baloo/MACs.git", branch = "baloo/digest-pin" }

0 commit comments

Comments
 (0)