Skip to content

Commit 6a07484

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

10 files changed

Lines changed: 196 additions & 75 deletions

File tree

Cargo.lock

Lines changed: 122 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ 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" }

0 commit comments

Comments
 (0)