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

Move EC curve utility functions #803

Merged
merged 3 commits into from
Aug 27, 2023
Merged

Move EC curve utility functions #803

merged 3 commits into from
Aug 27, 2023

Commits on Aug 27, 2023

  1. - Changed EC point multiplication montgomery ladder iteration to be a…

    … little faster (still has fixed number of operations of course)
    lhazlewood committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c39f72c View commit details
    Browse the repository at this point in the history
  2. - Changed EC point multiplication montgomery ladder iteration to be a…

    … little faster (still has fixed number of operations of course)
    lhazlewood committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6251529 View commit details
    Browse the repository at this point in the history
  3. - Moved Weierstrass calculation and related utility methods to ECCurv…

    …e instead of AbstractEcJwkFactory
    
    - Removed unnecessary Curves.java since StandardCurves is the preferred implementation
    - Renamed CurvesTest to StandardCurvesTest
    lhazlewood committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    b49c290 View commit details
    Browse the repository at this point in the history