Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(prover): proof of equivalence using rust-kzg #295

Merged
merged 60 commits into from
Jun 30, 2024
Merged

Conversation

CeciliaZ030
Copy link
Contributor

@CeciliaZ030 CeciliaZ030 commented Jun 22, 2024

#292

TODO in some next PR

  • Other backend support with [features] kzg-arkworks = ["dep:rust-kzg-arkworks"] and kzg-blst = ["dep:rust-kzg-blst"]
  • Make Risc0 Guest compile with blst backend because it's performant

Patched crates tracker

taikoxyz/revm#9

revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-kzg", default-features = false, features = [
   "std",
   "serde",
   "taiko",
]}

CeciliaZ030/rust-kzg#1

rust-kzg-zkcrypto = { git = "https://github.com/CeciliaZ030/rust-kzg.git", branch = "sp1-patch", default-features = false }
kzg = { git = "https://github.com/CeciliaZ030/rust-kzg.git", branch = "sp1-patch", default-features = false }

taikoxyz/taiko-reth#7

reth-evm-ethereum = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-kzg", default-features = false }

@CeciliaZ030 CeciliaZ030 added this pull request to the merge queue Jun 30, 2024
Merged via the queue into main with commit 4c8c44e Jun 30, 2024
17 checks passed
@CeciliaZ030 CeciliaZ030 deleted the swap-rust-kzg branch June 30, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants