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

Don't commit to each term of aw_polys and saw_polys #139

Open
akinovak opened this issue May 14, 2022 · 0 comments
Open

Don't commit to each term of aw_polys and saw_polys #139

akinovak opened this issue May 14, 2022 · 0 comments
Assignees
Labels
D-medium Difficulty: medium P-medium Priority: medium T-performance Type: performance improvements

Comments

@akinovak
Copy link
Collaborator

Currently some polynomials are being committed twice and some commitments can be preprocessed. We can just linearly combine polynomials and commit once to that combination. Verifier will be able to derive same linear combination since PC scheme is homomorphic.

@akinovak akinovak added D-medium Difficulty: medium P-medium Priority: medium T-performance Type: performance improvements labels May 14, 2022
@akinovak akinovak self-assigned this May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-medium Difficulty: medium P-medium Priority: medium T-performance Type: performance improvements
Projects
None yet
Development

No branches or pull requests

1 participant