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

core: replace secp256k with k256 in crypto::ecdsa #3525

Merged
merged 23 commits into from
Mar 9, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    fa7589c View commit details
    Browse the repository at this point in the history
  2. Cargo.lock

    michalkucharczyk committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d6cf147 View commit details
    Browse the repository at this point in the history
  3. fixes for no-std

    michalkucharczyk committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    682ddf0 View commit details
    Browse the repository at this point in the history
  4. Cargo.lock

    michalkucharczyk committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    277068b View commit details
    Browse the repository at this point in the history
  5. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    80b133e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. seed doc improved

    michalkucharczyk committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    35878b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. secp256k1 is used on host

    Two features added:
    - backend_secp256k1
    - backend_k256
    
    This allows to choose a secp256k1 implementation backend for
    crypto/ecdsa module.
    
    backend_secp256k1 is by default enabled in std.
    michalkucharczyk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e63fbac View commit details
    Browse the repository at this point in the history
  2. Cargo.lock

    michalkucharczyk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7db5674 View commit details
    Browse the repository at this point in the history
  3. features fix

    michalkucharczyk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    93086ec View commit details
    Browse the repository at this point in the history
  4. make clippy happy

    michalkucharczyk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    42bb70c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fc7201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b4c147 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ff4aa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ab98f6 View commit details
    Browse the repository at this point in the history
  9. fixes

    michalkucharczyk committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6797ec4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. minor fixes

    michalkucharczyk committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    461998e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d468dd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    2349f61 View commit details
    Browse the repository at this point in the history
  2. Update substrate/primitives/core/src/ecdsa.rs

    Co-authored-by: Davide Galassi <[email protected]>
    michalkucharczyk and davxy committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c6d3bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38de881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5ddea9 View commit details
    Browse the repository at this point in the history
  5. Revert "Update substrate/primitives/core/Cargo.toml"

    Bring back k256/std.
    
    This reverts commit 38de881.
    michalkucharczyk committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b7b215a View commit details
    Browse the repository at this point in the history