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
In D curves, we save a little time when generating points in G2 by avoiding an exponentiation to make them order r.
Unfortunately this breaks element_is1 and element_cmp in G2, which are needed in cryptosystems such as ZK protocols.
To fix this, when generating an element of G2, we should ensure it has order r even for type D curves.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In D curves, we save a little time when generating points in G2 by avoiding an exponentiation to make them order r.
Unfortunately this breaks element_is1 and element_cmp in G2, which are needed in cryptosystems such as ZK protocols.
To fix this, when generating an element of G2, we should ensure it has order r even for type D curves.
The text was updated successfully, but these errors were encountered: