-
Notifications
You must be signed in to change notification settings - Fork 187
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
Zero-knowledge implementation gap #174
Comments
|
Hello, I'm wondering about the current status of this issue. Has there been any progress on this issue, and is there a timeline for addressing it? Thank you for the update. |
huitseeker
pushed a commit
to huitseeker/Nova
that referenced
this issue
Dec 18, 2023
A cleaner solution to this problem is in the HyperNova paper, specifically in Appendix D.4 |
This one is addressed in #330 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As outlined in the Lurk audit report, the variants of the IPA and Spartan in the repository do not provide zero-knowledge (unlike the sum-check in the original Spartan repository).
In particular, the IPA needs to be updated to use blinding commitments and the sum-check inside Spartan needs to be made hiding.
At a more abstract level, Hyrax offers a blueprint on how to make the sum-check zero-knowledge.
The text was updated successfully, but these errors were encountered: