Skip to content

Commit

Permalink
Use bn254 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Nov 21, 2024
1 parent 5839198 commit 1aefe53
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 1aefe53

Please sign in to comment.