privacy-scaling-explorations / sonobe

Experimental folding schemes library
https://privacy-scaling-explorations.github.io/sonobe-docs/
MIT License
205 stars 54 forks source link

Add solidity groth16, kzg10 and final decider verifiers in a dedicated workspace #70

Closed dmpierre closed 9 months ago

dmpierre commented 9 months ago

This PR re-organizes the repo into two different workspaces: folding-schemes and folding-schemes-solidity.

While the folding-schemes workspace holds initial code, the folding-schemes-solidity one contains all relevant evm contracts for each of the verifiers. Three different contracts are included, along with their respective templates. We provide adequate tests for each of those.