snarkify / sirius

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

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

Closed cyphersnake closed 6 months ago

cyphersnake commented 6 months ago

Motivation Close #255

Overview N\A

cyphersnake commented 6 months ago

Blocked by #258 Unblocked

cyphersnake commented 6 months ago

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

cyphersnake commented 6 months 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