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

ecc.c and test.c changes to add support in ecc_sign_determinsitic.c #7700

Merged
merged 8 commits into from
Jul 16, 2024

Commits on Jul 1, 2024

  1. ecc.c and test.c changes to add support in ecc_sign_determinsitic.c f…

    …or SHA256, SHA384, and SHA512 for SECP256R1, SECP384R1, SECP521R1.
    aidan garske committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b5b0e17 View commit details
    Browse the repository at this point in the history
  2. Fixed async test for test.c deterministic K.

    aidan garske committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c07e7f1 View commit details
    Browse the repository at this point in the history
  3. Fix the async tests for deterministic sign. The _ex versions cannot b…

    …e called again. Fix possible leak with async and deterministic sign.
    dgarske committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ac7f44b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ec29e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add wc_ecc_set_deterministic_ex to support custom hash type for det…

    …erministic sign or verify.
    dgarske committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4335dac View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    f91d0a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Hash Type selection changes to ecc.c.

    aidan garske committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    96af77d View commit details
    Browse the repository at this point in the history
  2. Hash Type selection changes to ecc.c.

    aidan garske committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    237df2c View commit details
    Browse the repository at this point in the history