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

Add support for musig2 #93

Merged
merged 10 commits into from
Feb 14, 2024
Merged

Add support for musig2 #93

merged 10 commits into from
Feb 14, 2024

Commits on Jan 23, 2024

  1. Use Jonas Nick's musig2 branch

    sstone committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    37c7182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f10dcb View commit details
    Browse the repository at this point in the history
  3. Implement musig2

    sstone committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    27525fb View commit details
    Browse the repository at this point in the history
  4. Update secp256k1 branch

    sstone committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ab0d67a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c64d873 View commit details
    Browse the repository at this point in the history
  6. Add documentation to musig2 functions (#97)

    Usage of the Musig2 functions isn't intuitive at all, especially with
    the key aggregation cache and session data. It's important to provide
    accurate documentation to help users understand how to correctly produce
    musig2 signatures.
    
    We also change argument names to match Kotlin best practices instead of
    using the same argument names as C functions.
    t-bast authored and sstone committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    aedf488 View commit details
    Browse the repository at this point in the history
  7. Update secp256k1 branch

    sstone committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0976292 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    fc67312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa5ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccaa70c View commit details
    Browse the repository at this point in the history