Skip to content

Commit

Permalink
Merge pull request #42 from anoma/halo2
Browse files Browse the repository at this point in the history
Halo2
  • Loading branch information
lopeetall authored Feb 11, 2023
2 parents ef534f5 + b2c0c32 commit 9e1c4c2
Show file tree
Hide file tree
Showing 5 changed files with 1,538 additions and 99 deletions.
179 changes: 179 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ ark-poly = "0.3"
ark-poly-commit = "0.3"
ark-serialize = "0.3.0"
clap = { version = "4.0.17", features = [ "derive" ] }
group = "0.12"
halo2_proofs = "0.2.0"
halo2_gadgets = "0.2.0"
num-bigint = "^0.4.0"
num-traits = "^0.2.14"
bincode = "2.0.0-rc.1"
ff = "0.12.1"
rand_core = "0.6.3"
plonk = { git = "https://github.com/ZK-Garage/plonk", rev = "ec76fd36cc6b9e9d0f7a9495094e76b86e53dab4" }
plonk-core = { git = "https://github.com/ZK-Garage/plonk", rev = "ec76fd36cc6b9e9d0f7a9495094e76b86e53dab4", features = [ "std", "trace", "trace-print" ] }
Loading

0 comments on commit 9e1c4c2

Please sign in to comment.