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
check_point_order_equals_group_order
In the documentation for check_point_order_equals_group_order,
curv/src/elliptic/curves/traits.rs
Line 185 in 44537a7
should presumably read
/// P ≠ 0 ∧ qP = 0
The implementation appears to be correct, so just a simple doc fix should suffice.
The text was updated successfully, but these errors were encountered:
In addition,
curv/src/elliptic/curves/bls12_381/g2.rs
Line 249 in 44537a7
should say G2 instead of G1
G2
G1
Sorry, something went wrong.
Thanks @tjade273 , feel free to open a PR :)
Successfully merging a pull request may close this issue.
In the documentation for
check_point_order_equals_group_order
,curv/src/elliptic/curves/traits.rs
Line 185 in 44537a7
should presumably read
The implementation appears to be correct, so just a simple doc fix should suffice.
The text was updated successfully, but these errors were encountered: