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

Cannot directly construct Pairing::G1 and Pairing::G1Affine #857

Open
vaqxai opened this issue Sep 17, 2024 · 0 comments
Open

Cannot directly construct Pairing::G1 and Pairing::G1Affine #857

vaqxai opened this issue Sep 17, 2024 · 0 comments

Comments

@vaqxai
Copy link

vaqxai commented Sep 17, 2024

for g2 as well,
We can get x, y, z or x,y for the affine already,
why not have the option to create them manually (e.g. when calculating MSM or stuff like that externally?)
they're just numbers after all

concrete implementations like ark_bn254::G1Affine can be constructed directly, so why not have the Pairing also require methods to do so?

perhaps behind a feature to preserve backwards compatibility

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