Skip to content

Commit 0541ee5

Browse files
committed
Update digest with newtype changes
Updates which correspond to RustCrypto/traits#1799
1 parent 6a6447c commit 0541ee5

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,24 @@ members = [
1919
opt-level = 2
2020

2121
[patch.crates-io]
22+
belt-hash = { git = "https://github.com/RustCrypto/hashes.git" }
23+
sha2 = { git = "https://github.com/RustCrypto/hashes.git" }
24+
sha3 = { git = "https://github.com/RustCrypto/hashes.git" }
25+
sm3 = { git = "https://github.com/RustCrypto/hashes.git" }
26+
27+
hkdf = { git = "https://github.com/RustCrypto/KDFs.git" }
28+
29+
hmac = { git = "https://github.com/RustCrypto/MACs.git" }
30+
2231
# https://github.com/RustCrypto/signatures/pull/913
2332
# https://github.com/RustCrypto/signatures/pull/940
2433
# https://github.com/RustCrypto/signatures/pull/955
25-
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
34+
ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
2635
rfc6979 = { git = "https://github.com/RustCrypto/signatures.git" }
2736

2837
# https://github.com/RustCrypto/traits/pull/1777
2938
# https://github.com/RustCrypto/traits/pull/1845
39+
digest = { git = "https://github.com/RustCrypto/traits.git" }
3040
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
31-
signature = { git = "https://github.com/RustCrypto/traits.git" }
41+
signature = { git = "https://github.com/RustCrypto/traits.git" }
3242

0 commit comments

Comments
 (0)