snarkify / sirius

A Plonkish folding framework for Incrementally Verifiable Computation (IVC).
MIT License
106 stars 15 forks source link

feat(protogalaxy): add gates field in PlonkStructure #253

Closed chaosma closed 1 month ago

chaosma commented 1 month ago

Issue Link / Motivation In protogalaxy folding scheme, we don't need to combine multiple gates together. This can solve the bottleneck when the number of custom gates are large. Hence, we need a separate field in PlonkStructure

Part of #20

Changes Overview Add a new field