Skip to content

Commit a902185

Browse files
committed
Resolve patch issue
1 parent 3ebcf98 commit a902185

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

prover/Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ edition = "2021"
77
name = "atms_halo2"
88
crate-type = ["lib", "cdylib", "staticlib"]
99

10-
[patch."https://github.com/iquerejeta/halo2curves.git"]
11-
halo2curves = { path = "../../../CryptoLibs/halo2-explorations/halo2curves" }
12-
1310
[dependencies]
1411
bls12_381 = { version = "0.8.0", features = ["groups"] }
1512
ff = "0.13.0"
1613
jubjub = "0.10.0"
17-
halo2curves = { git = "https://github.com/iquerejeta/halo2curves" }
18-
halo2_proofs = { git = "https://github.com/iquerejeta/halo2" }
14+
halo2curves = { git = "https://github.com/iquerejeta/halo2curves", rev = "abf0604f0404dd1745548e08eddac6ae361305c1" }
15+
halo2_proofs = { git = "https://github.com/iquerejeta/halo2", branch = "iquerejeta/support-bls12-381" }
1916
paste = "1"
2017
poseidon = { git = "https://github.com/iquerejeta/Poseidon252"}
2118
rand_core = "0.6.4"
@@ -34,4 +31,4 @@ criterion = "0.5.1"
3431

3532
[[bench]]
3633
name = "atms"
37-
harness = false
34+
harness = false

prover/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ use halo2_proofs::circuit::AssignedCell;
6161
pub mod ecc;
6262
pub mod instructions;
6363
pub mod main_gate;
64-
pub mod prover;
6564
pub mod rescue;
6665
pub mod signatures;
6766

prover/src/prover.rs

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)