Skip to content

Commit

Permalink
experiment: patch to use local halo2 path
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-taiko committed Aug 30, 2023
1 parent 8ab6cc8 commit 747c6e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ serde_arrays = { version = "0.1.0", optional = true }
blake2b_simd = "1"
#halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", features = ["circuit-params"], tag = "v2023_04_20" }
halo2_proofs = { git = "https://github.com/taikoxyz/halo2" }
#halo2 = { git = "https://github.com/taikoxyz/halo2" }
num_cpus = "1.15.0"
rayon = "1.7.0"

#[patch.'https://github.com/privacy-scaling-explorations/halo2curves']
#halo2curves = { path = "../halo2curves" }
[patch.'https://github.com/taikoxyz/halo2']
halo2_proofs = { path = "../halo2/halo2_proofs" }


[features]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mod arithmetic;
//pub mod hash_to_curve;
pub mod multiexp;
//pub mod multiexp;
pub mod serde;

pub mod bn256;
Expand Down

0 comments on commit 747c6e2

Please sign in to comment.