pluto / ronkathon

Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
Apache License 2.0
192 stars 24 forks source link

Implemented sumcheck protocol using the field elements and a custom built implementation of a multivariate polynomial #148

Closed wu-s-john closed 2 months ago

wu-s-john commented 3 months ago

This PR fixes/closes issue

Closes #137 Closes #138 Closes #139

It changes the following: Adds a new multivariate polynomial function. Adds a crate for sumcheck proof

0xJepsen commented 3 months ago

@wu-s-john I noticed some tests are failing here