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
At recovery.rs#L45, the documentation indicates:
/// - hi bit (3/4): did the affine x-coordinate of 𝑘×𝑮 overflow the order of /// the scalar field, requiring a reduction when computing r?
r
However, having hi bit (3/4) is not possible. It should be hi bit (2/3) instead.
hi bit (3/4)
hi bit (2/3)
The text was updated successfully, but these errors were encountered:
Yes, feel free to submit a PR to fix it
Sorry, something went wrong.
No branches or pull requests
At recovery.rs#L45, the documentation indicates:
However, having
hi bit (3/4)
is not possible. It should behi bit (2/3)
instead.The text was updated successfully, but these errors were encountered: