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

Explore batch verification of pairings #48

Open
zanebeckwith opened this issue Oct 4, 2017 · 0 comments
Open

Explore batch verification of pairings #48

zanebeckwith opened this issue Oct 4, 2017 · 0 comments

Comments

@zanebeckwith
Copy link
Collaborator

Verification is currently the slowest part of the LRSW-DAA algorithm. As mentioned in Chen, et al (doi: 10.1007/978-3-642-12510-2_16) this can be sped up using batch verification.

AMCL supports this (it's why the Miller Loop and the exponentiation are split in their implementation). In fact, the test of the pairing in their code includes a batch multiplication.

Chen, et all claim this resulted in a 40% speedup of the verification.

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