snarkify / sirius

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

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

Open chaosma opened 6 months ago

chaosma commented 6 months ago

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