We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
internal/
Thanks to @jannotti for reporting;
Since there is no way for an external package to declare a fptower.E2, user must do
fptower.E2
fp2 := bn254.G2Affine{}.X // no way to declare an fptower.E2
The text was updated successfully, but these errors were encountered:
Partially fixed by #354
Sorry, something went wrong.
No branches or pull requests
Thanks to @jannotti for reporting;
Since there is no way for an external package to declare a
fptower.E2
, user must doThe text was updated successfully, but these errors were encountered: