Skip to content

Commit

Permalink
print gamma in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobottazzi committed May 1, 2024
1 parent 514819e commit 8f6a533
Show file tree
Hide file tree
Showing 2 changed files with 315 additions and 270 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", tag = "v0.4.1-git", default-features = false, features = ["test-utils", "halo2-axiom"] }
rand = "0.8"
axiom-eth = { git = "https://github.com/enricobottazzi/axiom-eth", default-features = false, features = ["halo2-axiom"] }
axiom-eth = { git = "https://github.com/enricobottazzi/axiom-eth", default-features = false, features = ["halo2-axiom"], branch="feat-support-instances" }
serde = { version = "=1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false }
itertools = "0.11"
Expand Down
Loading

0 comments on commit 8f6a533

Please sign in to comment.