Skip to content

Commit

Permalink
chore(libzkp): upgrade to speedup rust-ccc(poseidon) by 30% (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc authored Aug 27, 2024
1 parent d12914d commit 23f5e49
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions rollup/ccc/libzkp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7", default-features = false, features = ["parallel_syn", "scroll", "strict-ccc"] }
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.11.8", default-features = false, features = ["parallel_syn", "scroll", "strict-ccc"] }

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

0 comments on commit 23f5e49

Please sign in to comment.