Skip to content

Commit 8763569

Browse files
committed
elliptic-curve: bump rand_core to 0.9.0
1 parent 8137fa3 commit 8763569

File tree

9 files changed

+28
-466
lines changed

9 files changed

+28
-466
lines changed

Cargo.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,25 @@ members = [
77
"crypto",
88
"crypto-common",
99
"digest",
10+
"elliptic-curve",
1011
"kem",
1112
"password-hash",
1213
"signature_derive",
1314
"universal-hash",
1415
"signature",
1516
]
16-
exclude = [
17-
"elliptic-curve",
18-
]
1917

2018
[patch.crates-io]
2119
signature = { path = "signature" }
2220
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
21+
sha3 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
22+
23+
# https://github.com/RustCrypto/crypto-bigint/pull/762
24+
# https://github.com/RustCrypto/crypto-bigint/pull/765
25+
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
26+
27+
# https://github.com/zkcrypto/ff/pull/122
28+
ff = { git = "https://github.com/pinkforest/ff.git", branch = "bump-rand-core" }
29+
30+
# https://github.com/zkcrypto/group/pull/56
31+
group = { git = "https://github.com/pinkforest/group.git", branch = "bump-rand-0.9" }

0 commit comments

Comments
 (0)