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

func MapToG2(u fptower.E2) G2Affine takes an internal/ object as input #307

Open
gbotrel opened this issue Jan 13, 2023 · 1 comment
Open
Labels
cleanup Suggestion to clean up the code
Milestone

Comments

@gbotrel
Copy link
Collaborator

gbotrel commented Jan 13, 2023

Thanks to @jannotti for reporting;

Since there is no way for an external package to declare a fptower.E2, user must do

fp2 := bn254.G2Affine{}.X // no way to declare an fptower.E2
@gbotrel gbotrel added the cleanup Suggestion to clean up the code label Jan 13, 2023
@gbotrel gbotrel added this to the v0.10.0 milestone Jan 13, 2023
@hussein-aitlahcen
Copy link
Contributor

Partially fixed by #354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Suggestion to clean up the code
Projects
None yet
Development

No branches or pull requests

2 participants