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

Bridge pcurves into the main elliptic curve arithmetic #4143

Merged
merged 2 commits into from
Aug 10, 2024

Commits on Aug 10, 2024

  1. Bridge pcurves to EC_Group/EC_AffinePoint/EC_Scalar

    Now any uses of the standard (public) interfaces for elliptic curve
    arithmetic automatically use the faster implementation, whenever
    a supported group is used.
    
    Co-authored-by: René Meusel <github@renemeusel.de>
    randombit and reneme committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    48c1827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fca425 View commit details
    Browse the repository at this point in the history