Skip to content

Commit

Permalink
feat(eigen-client-extra-features): Kzg bn254 crate (#352)
Browse files Browse the repository at this point in the history
* Remove extra config

* Use bn254 crate
  • Loading branch information
gianbelinche authored Nov 21, 2024
1 parent a9c31a7 commit 6e1de82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ pbjson-types = "0.6.0"
# Eigen
tokio-stream = "0.1.16"
alloy = { version = "0.3", features = ["full"] }
rust-kzg-bn254 = {git = "https://github.com/lambdaclass/rust-kzg-bn254", branch = "bump-ark"}
ark-bn254 = "0.5.0-alpha.0"
rust-kzg-bn254 = "0.2.1"
ark-bn254 = "0.5.0"
num-bigint = "0.4.6"
serial_test = "3.1.1"

Expand Down

0 comments on commit 6e1de82

Please sign in to comment.