o1-labs / proof-systems

The proof systems used by Mina
https://o1-labs.github.io/proof-systems/
Apache License 2.0
413 stars 94 forks source link

Cache Lagrange Basis #2414

Closed martyall closed 3 months ago

martyall commented 4 months ago

We want to be able to cache the lagrange basis to speed up the mina CI tests. Full SRS caching was done in this repo in #2286 so this doesn't need to be integrated into CI for this repo. Still there should be some basic tests that it's working (e.g. tests in the poly-commitment package)

martyall commented 3 months ago

closing in favor of https://github.com/MinaProtocol/mina/pull/15843