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

LazyGroup pairing product equations #23

Open
JanBobolz opened this issue Sep 10, 2020 · 0 comments
Open

LazyGroup pairing product equations #23

JanBobolz opened this issue Sep 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JanBobolz
Copy link
Member

Currently, the LazyGroup computes pairing product expressions (e(g1,g2) * e(g3,g4) * ...) naively.

Instead, the BilinearMapImpl interface should get methods to compute such expressions (similar to Group::compute(Multiexponentiation)) and the LazyGroup should defer computation to those.

This in theory enables shared final exponentiation (if the BilinearMapImpl plays along).

In addition, we could offer precomputation simliar to GroupElement::precomputePow() but for pairings (GroupElement::precomputeLeftPairingArgument() 😉).

@JanBobolz JanBobolz added the enhancement New feature or request label Sep 10, 2020
@JanBobolz JanBobolz self-assigned this Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant