@@ -65,7 +65,8 @@ x509-ocsp = { path = "./x509-ocsp" }
6565
6666# https://github.com/RustCrypto/signatures/pull/913
6767# https://github.com/RustCrypto/signatures/pull/923
68- ecdsa = { git = " https://github.com/RustCrypto/signatures.git" }
68+ # ecdsa = { git = "https://github.com/RustCrypto/signatures.git" }
69+ ecdsa = { git = " https://github.com/baloo/signatures.git" , branch = " baloo/signature/pin" }
6970rfc6979 = { git = " https://github.com/RustCrypto/signatures.git" }
7071# https://github.com/RustCrypto/key-wraps/pull/34
7172# https://github.com/RustCrypto/key-wraps/pull/35
@@ -80,12 +81,14 @@ ansi-x963-kdf = { git = "https://github.com/RustCrypto/KDFs.git" }
8081# https://github.com/RustCrypto/traits/pull/1777
8182crypto-common = { git = " https://github.com/RustCrypto/traits.git" }
8283elliptic-curve = { git = " https://github.com/RustCrypto/traits.git" }
83- signature = { git = " https://github.com/RustCrypto/traits.git" }
84+ # signature = { git = "https://github.com/RustCrypto/traits.git" }
85+ signature = { git = " https://github.com/baloo/traits.git" , branch = " baloo/signature/remove-digest" }
8486aead = { git = " https://github.com/RustCrypto/traits.git" }
8587
8688# https://github.com/RustCrypto/RSA/pull/478
8789# https://github.com/RustCrypto/RSA/pull/504
88- rsa = { git = " https://github.com/RustCrypto/RSA.git" }
90+ # rsa = { git = "https://github.com/RustCrypto/RSA.git" }
91+ rsa = { git = " https://github.com/baloo/RSA.git" , branch = " baloo/signature/bump" }
8992
9093# https://github.com/RustCrypto/password-hashes/pull/577
9194# https://github.com/RustCrypto/password-hashes/pull/578
0 commit comments