snarkify / sirius

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

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

Closed cyphersnake closed 2 months ago

cyphersnake commented 2 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