snarkify / sirius

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

refactor(nifs): err in `nifs::FoldingScheme` #311

Closed cyphersnake closed 4 months ago

cyphersnake commented 4 months ago

Motivation The errors will be different for vanila & protogalaxy, so a slightly different design of trait FoldingScheme methods is needed Part of #266

Overview Old generic error type moved to nifs::vanila module