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

Short scalars for folding #1133

Open
codygunton opened this issue Oct 11, 2024 · 0 comments
Open

Short scalars for folding #1133

codygunton opened this issue Oct 11, 2024 · 0 comments
Assignees

Comments

@codygunton
Copy link
Collaborator

codygunton commented Oct 11, 2024

The verifier's folding work is $\phi' = L_0(\gamma)\phi + \sum_{i=1}^{k}L_i(\gamma)\phi_i$. In the special case where $k=1$, we have $L_0(\gamma) = 1-\gamma$ and $L_1(\gamma)=\gamma$, so the verifier's folding work is the computation of $\phi' = (1-\gamma)\phi + \gamma \phi_1 = \phi + \gamma (\phi_1 - \phi).$ This means that the folding can be done with a short-scalar MSM.

@codygunton codygunton self-assigned this Oct 11, 2024
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