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

Speed up TIPA verification #10

Open
Pratyush opened this issue Sep 26, 2020 · 0 comments
Open

Speed up TIPA verification #10

Pratyush opened this issue Sep 26, 2020 · 0 comments

Comments

@Pratyush
Copy link
Member

Here we perform 2-4 pairings, which is expensive.https://github.com/scipr-lab/ripp/blob/945be9a26efd140732bd1ac808137b7c0a8a12c4/ip_proofs/src/tipa/mod.rs#L305

instead we should do a multi-pairing, batching the final exponentiations. We should also check if the pairings can be batched better by reshuffling things in the pairing equation

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

1 participant