File tree Expand file tree Collapse file tree 3 files changed +3
-23
lines changed Expand file tree Collapse file tree 3 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,12 @@ edition = "2021"
77name = " atms_halo2"
88crate-type = [" lib" , " cdylib" , " staticlib" ]
99
10- [patch ."https://github .com/iquerejeta/halo2curves .git" ]
11- halo2curves = { path = " ../../../CryptoLibs/halo2-explorations/halo2curves" }
12-
1310[dependencies ]
1411bls12_381 = { version = " 0.8.0" , features = [" groups" ] }
1512ff = " 0.13.0"
1613jubjub = " 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 " }
1916paste = " 1"
2017poseidon = { git = " https://github.com/iquerejeta/Poseidon252" }
2118rand_core = " 0.6.4"
@@ -34,4 +31,4 @@ criterion = "0.5.1"
3431
3532[[bench ]]
3633name = " atms"
37- harness = false
34+ harness = false
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ use halo2_proofs::circuit::AssignedCell;
6161pub mod ecc;
6262pub mod instructions;
6363pub mod main_gate;
64- pub mod prover;
6564pub mod rescue;
6665pub mod signatures;
6766
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments