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 batched PC scheme #138

Open
akinovak opened this issue May 14, 2022 · 1 comment
Open

Use batched PC scheme #138

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

Comments

@akinovak
Copy link
Collaborator

Currently there are 2 opening proofs and also 2 pairing checks in verifier. We should use batched version of PC scheme which will reduce number of pairings to 1.

@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
@davidnevadoc
Copy link
Collaborator

Good point!
This would not only be an improvement for the current implementation, it also facilitates the implementation more general rotations. As of now we can only use rotations for the next row.
We should have this improvement in mind for #127

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

2 participants