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

Proper treatment of zero-knowledge #1605

Open
ulrich-haboeck opened this issue Jun 28, 2024 · 0 comments
Open

Proper treatment of zero-knowledge #1605

ulrich-haboeck opened this issue Jun 28, 2024 · 0 comments
Assignees
Labels

Comments

@ulrich-haboeck
Copy link

According to the recent writeup A note on adding zero-knowledge to STARKs we need to correct our randomization procedure. In particular, we need to

  • add a masking polynomial in the batching step of FRI (the BSCR technique) to assure no information leakage from the folded oracles, and
  • randomize the overall quotient component polynomials as described in the paper. Last but not least, we should
  • double-check if the degree of added witness randomness takes into account extension field openings properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Ready to Review
Development

No branches or pull requests

3 participants