Skip to content

Commit

Permalink
chore: use halo2curves 'feat/sp1' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxian-xia committed Apr 25, 2024
1 parent 7179a60 commit 83cc7b3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
34 changes: 21 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ff = { version = "0.13", features = ["bits"] }
group = "0.13"
halo2_proofs = { path = "../halo2_proofs", default-features = false }
lazy_static = "1"
halo2curves = { version = "0.1.0" }
halo2curves = { git = "https://github.com/kunxian-xia/halo2curves", branch = "feat/sp1" }
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
subtle = "2.3"
Expand Down
2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rayon = "1.5.1"
backtrace = { version = "0.3", optional = true }
ff = "0.13"
group = "0.13"
halo2curves = { version = "0.1.0", features = [ "derive_serde" ] }
halo2curves = { git = "https://github.com/kunxian-xia/halo2curves", branch = "feat/sp1", features = [ "derive_serde" ] }
rand_core = { version = "0.6", default-features = false }
tracing = "0.1"
blake2b_simd = "1" # MSRV 1.66.0
Expand Down

0 comments on commit 83cc7b3

Please sign in to comment.