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

For the provers pre-compute the necessary elements #189

Closed
0xThemis opened this issue Sep 13, 2024 · 1 comment
Closed

For the provers pre-compute the necessary elements #189

0xThemis opened this issue Sep 13, 2024 · 1 comment

Comments

@0xThemis
Copy link
Collaborator

Shamir has to do networking to get random elements. For provers we know how many random elements we need, so pre-compute all random elements necessary so that the call to rand() does not have to be async.

like r,s for groth16

@dkales
Copy link
Contributor

dkales commented Oct 15, 2024

done in #220

@dkales dkales closed this as completed Oct 15, 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

2 participants