Skip to content

Commit

Permalink
fix: ccc sig/pi normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Aug 15, 2024
1 parent af99e26 commit 9b00c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/ccc/libzkp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "main
bls12_381 = { git = "https://github.com/scroll-tech/bls12_381", branch = "feat/impl_scalar_field" }

[dependencies]
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.11.4", default-features = false, features = ["parallel_syn", "scroll", "strict-ccc"] }
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", branch = "v0.11-ccc-norm", default-features = false, features = ["parallel_syn", "scroll", "strict-ccc"] }

anyhow = "1.0"
base64 = "0.13.0"
Expand Down

0 comments on commit 9b00c11

Please sign in to comment.