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

Coordinate types for G1 and G2 groups. #72

Open
dtebbs opened this issue Mar 24, 2022 · 0 comments
Open

Coordinate types for G1 and G2 groups. #72

dtebbs opened this issue Mar 24, 2022 · 0 comments

Comments

@dtebbs
Copy link
Contributor

dtebbs commented Mar 24, 2022

A barrier to writing code which is generic over all curve groups (both G1 and G2 groups) is the lack of a typedef for the coordinates (namely Fq for G1 and Fqe or G2). Adding these types would enable us to remove the unintuitive decltypes in most cases.

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