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

Implement MuSig2 multisignature scheme #80

Merged
merged 10 commits into from
Jan 13, 2022
Merged

Implement MuSig2 multisignature scheme #80

merged 10 commits into from
Jan 13, 2022

Commits on Jan 12, 2022

  1. Make HashInto consume self

    We do this so we naturally get an implementation for lists of things
    that do HashInto. It's hard to arrange otherwise.
    LLFourn committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    75d60b9 View commit details
    Browse the repository at this point in the history
  2. Add lincomb_iter to the backend

    To allow for using faster multi-exp algorithms now used in backend.
    LLFourn committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    50662e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c5edc View commit details
    Browse the repository at this point in the history
  4. Add default for Schnorr

    LLFourn committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    65c046e View commit details
    Browse the repository at this point in the history
  5. Add MuSig2 implementation

    LLFourn committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1b12658 View commit details
    Browse the repository at this point in the history
  6. Don't allow G to be configurable in Schnorr

    Nobody actually needs this!
    LLFourn committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a8a4fcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    310c555 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78fd4c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Clear secret nonces when signing

    And add a way to clear them manually to try and discourage serializing nonces.
    LLFourn committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4c79aa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1150026 View commit details
    Browse the repository at this point in the history