Skip to content

Commit 5a1c603

Browse files
committed
elliptic-curve: bump rand_core to 0.9.0
1 parent 6f98e01 commit 5a1c603

File tree

10 files changed

+206
-520
lines changed

10 files changed

+206
-520
lines changed

Cargo.lock

+171-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+17-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,30 @@ 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" }
20+
21+
# https://github.com/RustCrypto/hashes/pull/652
2222
sha2 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
23+
sha3 = { git = "https://github.com/RustCrypto/hashes.git", branch = "edition_upgrade" }
24+
25+
# https://github.com/RustCrypto/MACs/pull/178
26+
hmac = { git = "https://github.com/baloo/MACs.git", branch = "baloo/edition-2024" }
27+
28+
# https://github.com/RustCrypto/crypto-bigint/pull/762
29+
# https://github.com/RustCrypto/crypto-bigint/pull/765
30+
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
31+
32+
# https://github.com/zkcrypto/ff/pull/122
33+
ff = { git = "https://github.com/pinkforest/ff.git", branch = "bump-rand-core" }
34+
35+
# https://github.com/zkcrypto/group/pull/56
36+
group = { git = "https://github.com/pinkforest/group.git", branch = "bump-rand-0.9" }

0 commit comments

Comments
 (0)