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

@@ -52,3 +52,8 @@ path = "../examples/circom_full_flow.rs"
[[example]]
name = "noname_full_flow"
path = "../examples/noname_full_flow.rs"
[[example]]
name = "noir_full_flow"
path = "../examples/noir_full_flow.rs"