snarkify / sirius

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

feat(sc): instance column API #342

Closed cyphersnake closed 2 months ago

cyphersnake commented 2 months ago

Motivation Part of #329

We need to add the ability to work with instance columns

Overview NOTE: Update only public API, no support at any other level is implemented

Added method for StepCircuit and its support in StepFoldingCircuit and also in IVC

Update of CircuitRunner will be next PR