-
Notifications
You must be signed in to change notification settings - Fork 166
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
Feat/fflonk #498
Feat/fflonk #498
Conversation
As a note - we discussed with @ThomasPiellard about how to compute the n-ths roots of the input points. But in the field implementations we have, |
A few TODOs for another PR to improve the packages:
|
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.
Looks good now. There are still a few issues unresolved, but can currently leave as is as the package is experimental anyway. I'll create a new issue to gather the open issues (see #550)
Description
Implementation of shplonk
Implementation of fflonk (only the commitment)
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran or implemented to verify your changes. Provide instructions so we can reproduce.
Checklist:
golangci-lint
does not output errors locally