feat: fold noir circuits, add an e2e example, tests, a compile.sh script and update CI (#131)

This commit is contained in:
Pierre
2024-08-03 07:49:51 +02:00
committed by GitHub
parent 21ff3cf1ab
commit 18a3e0aa93
14 changed files with 524 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ ark-noname = { git = "https://github.com/dmpierre/ark-noname", branch="feat/sono
noname = { git = "https://github.com/dmpierre/noname" }
serde_json = "1.0.85" # to (de)serialize JSON
serde = "1.0.203"
acvm = { git = "https://github.com/noir-lang/noir", rev="2b4853e", default-features = false }
arkworks_backend = { git = "https://github.com/dmpierre/arkworks_backend", branch="feat/sonobe-integration" }
# tmp import for espresso's sumcheck
espresso_subroutines = {git="https://github.com/EspressoSystems/hyperplonk", package="subroutines"}