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

Split Gemini prover #285

Closed
ledwards2225 opened this issue Mar 28, 2023 · 0 comments · Fixed by #256
Closed

Split Gemini prover #285

ledwards2225 opened this issue Mar 28, 2023 · 0 comments · Fixed by #256
Assignees

Comments

@ledwards2225
Copy link
Collaborator

All of the Gemini prover functionality is handled by the function Gemini::reduce_prove. This part of the protocol involves computing commitments, adding them to the transcript, computing a challenge, then performing some subsequent calculations using the challenge. Eventually we want to compute commitments in the work_queue to facilitate parallelization in WASM. This requires that Gemini::reduce_prove be broken into two separate functions. The first contains the functionality prior to the computation of the commitments, the second contains the calculations done with the challenge generated based on the commitments.

@ledwards2225 ledwards2225 linked a pull request Mar 28, 2023 that will close this issue
11 tasks
@ledwards2225 ledwards2225 self-assigned this Mar 28, 2023
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

Successfully merging a pull request may close this issue.

1 participant