-
Notifications
You must be signed in to change notification settings - Fork 1
(S)ponge (A)PI for (F)ield (E)lements Implementation #9
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
Conversation
is this ready for review? @ozgurarmanc - seems yes, moved on the board to Review. |
Also there is no need to generate the files Prover0.toml, and pk_enc_{}{}{}_zeroes.json in this file. |
Also not related to safe API, I think it is safer to generate a different random number for every equation we are checking (this means we need to squeeze two random numbers for each q_i, as we are checking two equations per q_i). |
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.
tACK
Description
This PR will implement the SAFE API in Noir. Further details can be found here.
Closes gnosisguild/enclave#360
PR Checklist*
nargo fmt
on default settings.