File tree Expand file tree Collapse file tree 2 files changed +24
-22
lines changed Expand file tree Collapse file tree 2 files changed +24
-22
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,24 @@ members = [
19
19
opt-level = 2
20
20
21
21
[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
+
22
31
# https://github.com/RustCrypto/signatures/pull/913
23
32
# https://github.com/RustCrypto/signatures/pull/940
24
33
# 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" }
26
35
rfc6979 = { git = " https://github.com/RustCrypto/signatures.git" }
27
36
28
37
# https://github.com/RustCrypto/traits/pull/1777
29
38
# https://github.com/RustCrypto/traits/pull/1845
39
+ digest = { git = " https://github.com/RustCrypto/traits.git" }
30
40
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" }
32
42
You can’t perform that action at this time.
0 commit comments