pluto / ronkathon

Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
MIT License
134 stars 13 forks source link

(meta): polynomial interface #25

Open lonerapier opened 2 months ago

lonerapier commented 2 months ago

To make polynomial API ready enough for PLONK, we need following methods:

This article has really concise explanations of common optimisations used throughout proof systems:

Any others I'm missing?

0xJepsen commented 2 months ago

Maybe we break this down into 2-3 tickets?

Autoparallel commented 1 month ago

@lonerapier do you think that #30 and #31 are redundant?

lonerapier commented 1 month ago

i think we haven't yet implemented ifft, other than that everything's done 🚀

Amazing work sir, so easy to follow the code 🙇

Autoparallel commented 4 days ago

We could really benefit from revisiting these issues 😓