You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: