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

[EC] Unify scalar_mul_public for ec_nistp curves #2004

Merged
merged 13 commits into from
Nov 25, 2024

Commits on Nov 19, 2024

  1. p521 working

    dkostic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    142c74f View commit details
    Browse the repository at this point in the history
  2. p384 working

    dkostic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1ed59e6 View commit details
    Browse the repository at this point in the history
  3. documentation

    dkostic committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    dd2283c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. delete comments

    dkostic committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7ce5951 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update crypto/fipsmodule/ec/ec_nistp.c

    Co-authored-by: Nevine Ebeid <[email protected]>
    dkostic and nebeid authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d708102 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Nevine Ebeid <[email protected]>
    dkostic and nebeid authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9b0fe48 View commit details
    Browse the repository at this point in the history
  3. addressing cr

    dkostic authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8496af7 View commit details
    Browse the repository at this point in the history
  4. Remove group argumetn from ec_compute_wNAF

    dkostic committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    44ad14d View commit details
    Browse the repository at this point in the history
  5. mul_public works for p521

    dkostic committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6ccddc2 View commit details
    Browse the repository at this point in the history
  6. scalar_mul_public for p384

    dkostic committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9d7d9ee View commit details
    Browse the repository at this point in the history
  7. documentation

    dkostic committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    12c1aec View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    684fd5c View commit details
    Browse the repository at this point in the history
  2. go back to bn_is_bit_set_words

    dkostic committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    97f1a4e View commit details
    Browse the repository at this point in the history