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 = [
1919opt-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" }
2635rfc6979 = { 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" }
3040elliptic-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
You can’t perform that action at this time.
0 commit comments