nalinbhardwaj / Nova-Scotia

Middleware to compile Circom circuits to Nova prover
https://crates.io/crates/nova-scotia
MIT License
228 stars 50 forks source link

feat: `continue_recursive_circuit ` api #34

Closed enricobottazzi closed 1 year ago

enricobottazzi commented 1 year ago

The featured API allows adding a further IVC step to a RecursiveSnark. It is useful for any application in which all the steps are not known in advance.

A few points: