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

3
.gitignore vendored
View File

@@ -6,6 +6,9 @@ folding-schemes/src/frontend/circom/test_folder/*_js/
*.r1cs
*.sym
# Noir generated files
folding-schemes/src/frontend/noir/test_folder/*/target/*
# generated contracts at test time
solidity-verifiers/generated
examples/*.sol