Skip to content

Commit 5736d3a

Browse files
committed
bump ff and group to pre-releases
1 parent 0dd107b commit 5736d3a

3 files changed

Lines changed: 12 additions & 17 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,11 @@ slh-dsa = { path = "./slh-dsa" }
3232
# https://github.com/RustCrypto/traits/pull/1751
3333
# https://github.com/RustCrypto/traits/pull/1767
3434
# https://github.com/RustCrypto/traits/pull/1774
35-
elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
35+
# https://github.com/RustCrypto/traits/pull/1822
36+
#elliptic-curve = { git = "https://github.com/RustCrypto/traits.git" }
37+
elliptic-curve = { git = "https://github.com/baloo/traits.git", branch = "baloo/elliptic-curve/mulbygenerator" }
3638
signature = { git = "https://github.com/RustCrypto/traits.git" }
3739

3840
# https://github.com/RustCrypto/crypto-bigint/pull/762
3941
# https://github.com/RustCrypto/crypto-bigint/pull/765
4042
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
41-
42-
# https://github.com/zkcrypto/ff/pull/122
43-
# https://github.com/zkcrypto/ff/pull/126
44-
# https://github.com/zkcrypto/ff/pull/127
45-
# https://github.com/zkcrypto/ff/pull/130
46-
ff = { git = "https://github.com/zkcrypto/ff.git", branch = "release-0.14.0" }
47-
48-
# https://github.com/zkcrypto/group/pull/56
49-
group = { git = "https://github.com/pinkforest/group.git", branch = "bump-rand-0.9" }

ecdsa/src/hazmat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use {
2121
CurveArithmetic, NonZeroScalar, ProjectivePoint, Scalar,
2222
ff::PrimeField,
2323
group::{Curve as _, Group},
24-
ops::{Invert, LinearCombination, MulByGenerator, Reduce},
24+
ops::{Invert, LinearCombination, Reduce},
2525
point::AffineCoordinates,
2626
scalar::IsHigh,
2727
},

0 commit comments

Comments
 (0)