Skip to content
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

Closed
huitseeker opened this issue May 30, 2023 · 4 comments
Closed

Zero-knowledge implementation gap #174

huitseeker opened this issue May 30, 2023 · 4 comments

Comments

@huitseeker
Copy link
Contributor

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.

@huitseeker
Copy link
Contributor Author

huitseeker commented Aug 9, 2023

microsoft/Spartan2#1 Looks super nice! (edit: nothing to see in this particular instance)

@ekrembal
Copy link

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
@srinathsetty
Copy link
Collaborator

A cleaner solution to this problem is in the HyperNova paper, specifically in Appendix D.4

@srinathsetty
Copy link
Collaborator

This one is addressed in #330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants