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

Use linear combinations for rowcheck #14

Open
Pratyush opened this issue Jan 8, 2021 · 0 comments
Open

Use linear combinations for rowcheck #14

Pratyush opened this issue Jan 8, 2021 · 0 comments

Comments

@Pratyush
Copy link
Member

Pratyush commented Jan 8, 2021

To optimize the NARK and the accumulation verifier, we could use the "open a linear-equation" idea from Marlin, where for row-check instead of providing evaluations for z_a, z_b, z_c, v_h and q, we provide evaluations for z_a and v_H only, and then check that z_a(beta) * z_b - z_c - v_H(beta) * q = 0 at beta

this reduces the accumulator size, and eliminates some non-native work

(above I assume that we're committing to v_H too)

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

1 participant