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: replaces secp256k1 npm package with @noble/curves #814

Merged
merged 6 commits into from
Jan 2, 2024

Commits on Dec 18, 2023

  1. feat: replaces secp256k1 npm package with @noble/curves

    enhances `.from` methods on public key classes to support unknown types, including PublicKey instances, ArrayBuffer-like objects, DER encoded public keys, and hex strings. Also introduces a new `bufFromBufLike` util
    krpeacock committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    29926b5 View commit details
    Browse the repository at this point in the history
  2. size-limit bump

    krpeacock committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    dd3f9d3 View commit details
    Browse the repository at this point in the history
  3. ed25519 tests

    krpeacock committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f712a67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f838aa8 View commit details
    Browse the repository at this point in the history
  5. jsdoc getPublicKey

    krpeacock committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    29807c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99343f0 View commit details
    Browse the repository at this point in the history