snarkify / sirius

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

feat(fft): cache or hardcode omega in fft domain #274

Open chaosma opened 1 month ago

chaosma commented 1 month ago

If get_omega_or_inv is called multiple times, we may consider hardcode or cache the results.