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

handle non-prime order curves more gracefully #344

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Commits on Aug 16, 2024

  1. handle non-prime order curves more gracefully

    when the order of the curve is not a prime, then point doubling
    can return INFINITY, this will cause some negative values not
    to be reduced modulo curve p; fix this
    tomato42 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8254038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d00b32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7426df8 View commit details
    Browse the repository at this point in the history
  4. formatting fixups

    tomato42 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    de9141c View commit details
    Browse the repository at this point in the history