Skip to content

Commit 0633ed0

Browse files
committed
ecdsa: bump rand_core from 0.6.4 to 0.9.0
1 parent 801e2ee commit 0633ed0

File tree

8 files changed

+166
-75
lines changed

8 files changed

+166
-75
lines changed

Cargo.lock

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

Cargo.toml

+15
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@ lms-signature = { path = "./lms" }
2626
#ml-dsa = { path = "./ml-dsa" }
2727
rfc6979 = { path = "./rfc6979" }
2828
slh-dsa = { path = "./slh-dsa" }
29+
30+
# https://github.com/RustCrypto/traits/pull/1751
31+
elliptic-curve = { git = "https://github.com/baloo/traits.git", branch = "baloo/elliptic-curve/bump-rand-core" }
32+
33+
# https://github.com/RustCrypto/crypto-bigint/pull/762
34+
# https://github.com/RustCrypto/crypto-bigint/pull/765
35+
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
36+
37+
# https://github.com/zkcrypto/ff/pull/122
38+
ff = { git = "https://github.com/pinkforest/ff.git", branch = "bump-rand-core" }
39+
# https://github.com/zkcrypto/group/pull/56
40+
group = { git = "https://github.com/pinkforest/group.git", branch = "bump-rand-0.9" }
41+
42+
# https://github.com/RustCrypto/traits/pull/1752
43+
signature = { git = "https://github.com/RustCrypto/traits.git" }

0 commit comments

Comments
 (0)