@@ -37,8 +37,8 @@ halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "v1.
37
37
halo2curves = { version = " 0.1.0" , features = [ " derive_serde" ] }
38
38
poseidon-base = { package = " poseidon-base" , git = " https://github.com/scroll-tech/poseidon-circuit.git" , branch = " main" }
39
39
hash-circuit = { package = " poseidon-circuit" , git = " https://github.com/scroll-tech/poseidon-circuit.git" , branch = " main" }
40
- halo2-base = { git = " https://github.com/scroll-tech/halo2-lib" , branch = " ecc_double_p256 " , default-features =false , features =[" halo2-pse" ," display" ] }
41
- halo2-ecc = { git = " https://github.com/scroll-tech/halo2-lib" , branch = " ecc_double_p256 " , default-features =false , features =[" halo2-pse" ," display" ] }
40
+ halo2-base = { git = " https://github.com/scroll-tech/halo2-lib" , branch = " develop " , default-features =false , features =[" halo2-pse" ," display" ] }
41
+ halo2-ecc = { git = " https://github.com/scroll-tech/halo2-lib" , branch = " develop " , default-features =false , features =[" halo2-pse" ," display" ] }
42
42
hex = " 0.4"
43
43
itertools = " 0.11"
44
44
libsecp256k1 = " 0.7"
@@ -57,8 +57,8 @@ serde = {version = "1.0", features = ["derive"] }
57
57
serde_json = " 1.0"
58
58
serde_stacker = " 0.1"
59
59
sha3 = " 0.10"
60
- snark-verifier = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " check_p256_branch " }
61
- snark-verifier-sdk = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " check_p256_branch " , default-features = false , features = [" loader_halo2" , " loader_evm" , " halo2-pse" ] }
60
+ snark-verifier = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " develop " }
61
+ snark-verifier-sdk = { git = " https://github.com/scroll-tech/snark-verifier" , branch = " develop " , default-features = false , features = [" loader_halo2" , " loader_evm" , " halo2-pse" ] }
62
62
strum = " 0.25"
63
63
strum_macros = " 0.25"
64
64
subtle = " 2.4"
0 commit comments