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

feat(crypto): CRP-2579 Add support for derivation to ecdsa_secp256r1 crate #1730

Merged
merged 5 commits into from
Oct 23, 2024

Commits on Sep 27, 2024

  1. feat(crypto): CRP-2579 Add support for derivation to ecdsa_secp256r1 …

    …crate
    
    In order to remove the dependency on the internal threshold ECDSA
    protocol implementation from ic-crypto-utils-canister-threshold-sig we
    have to have derivation available in the 3 signature utility crates.
    randombit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6b3e011 View commit details
    Browse the repository at this point in the history
  2. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    43cde17 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Address review comments

    randombit committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    60666ef View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Remove references to the interface spec

    Since we do not currently support P-256 tECDSA it does not make sense
    to refer to the interface spec here, at least at this time.
    randombit committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f4d6205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c200a4 View commit details
    Browse the repository at this point in the history