-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port/protogalaxy #37
Port/protogalaxy #37
Conversation
I'm really excited by getting this!!! Willing to review it ASAP!!! |
bc73e81
to
fdaace6
Compare
a459d4f
to
a001175
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work!! Added some comments and questions!!
Awesome work 👏
Thanks a lot @CPerezz for the time and effort on the review 🙌 Updated the code and in some cases explained some reasoning behind some parts. |
e40acde
to
d5fae11
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work!
58cf74e
to
f3ec77a
Compare
…apting it to the current folding-schemes lib Port ProtoGalaxy initial version from https://github.com/arnaucube/protogalaxy-poc adapting it to the current folding-schemes lib, which is a first iteration that implements the Lagrange-basis version from [ProtoGalaxy](https://eprint.iacr.org/2023/1106) folding scheme. There are some pending optimizations, but is a first step towards integrating ProtoGalaxy in the library.
f3ec77a
to
a08e0d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWESOME WORK!!! 🔥 🔥
[This PR currently has low priority to be reviewed]
This PR ports https://github.com/arnaucube/protogalaxy-poc adapting it to the current folding-schemes lib,
which is a first iteration that implements the Lagrange-basis version from ProtoGalaxy (https://eprint.iacr.org/2023/1106) folding scheme.
There are some pending optimizations, but is a first step towards integrating ProtoGalaxy in the library. Currently I'm still prioritizing Nova+CycleFold, once that is ready I'll come back to ProtoGalaxy and iterate it more.