We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a130ea5 commit 82dc659Copy full SHA for 82dc659
Cargo.toml
@@ -17,10 +17,10 @@ gobuild = "0.1.0-alpha.1"
17
[dev-dependencies]
18
hex = "0.4"
19
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2022_09_10" }
20
-poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git"}
+poseidon-circuit = { git = "https://github.com/scroll-tech/poseidon-circuit.git", branch = "sync-ff-0.13" }
21
22
[patch."https://github.com/privacy-scaling-explorations/halo2.git"]
23
-halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "scroll-dev-0220" }
+halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "sync-ff-0.13" }
24
25
[features]
26
dual_codehash = []
0 commit comments