snarkify / sirius

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

feat(ivc): `protogalaxy::AssignedUnivariatePoly::eval` #379

Closed cyphersnake closed 3 weeks ago

cyphersnake commented 1 month ago

Motivaion To compute e in the framework of #361, we need to be able to compute proof.poly_{F,K} for the on-circuit version

Overview