snarkify / sirius

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

feat(poly): impl lagrange poly for cyclic group #264

Closed cyphersnake closed 1 month ago

cyphersnake commented 1 month ago

Motivation Close #255

Overview N\A

cyphersnake commented 1 month ago

Blocked by #258 Unblocked

cyphersnake commented 1 month ago

@chaosma You can review the current version, all I plan to change is to pre-calculate with wolfram and add tests

cyphersnake commented 1 month ago

We can optimize in the future and get away from the lazy computation model if we need to, but at first glance iter+rayon may be enough