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

Schnorr signer & Multisig Provider #9

Merged
merged 7 commits into from
Oct 24, 2024
Merged

Schnorr signer & Multisig Provider #9

merged 7 commits into from
Oct 24, 2024

Commits on Oct 15, 2024

  1. 3.0.0

    borislav-itskov committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    26d36fb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 21, 2024

  1. refactor k nonce generation to be held in a random32 bytes instead of…

    … the private key; alpha version of a SchnorrSigner and MultiSignerHelper
    borislav-itskov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1789875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404f5d1 View commit details
    Browse the repository at this point in the history
  3. add: verify() to signer, update readme, add two signer tests, expose …

    …signer and providers in index
    borislav-itskov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9d3c38c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    1f328b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733e00b View commit details
    Browse the repository at this point in the history