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

Blind Schnorr Signatures #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2023

  1. Blind schnorr signatures

    nickfarrow committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7b60186 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Parallel Blind Signing Sessions

    * Disconnect on 1 of N sessions, unless N=1
    * Use up nonces when signing.
    * Expire sessions when we have given out too many nonces
    * Store already signed signatures for polling
    * Store already_signed as None for closed sessions
    * serde_json Serialize, Deserialize
    * Separate sign_all_but_one function for immediate signing
    nickfarrow committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1aec1c0 View commit details
    Browse the repository at this point in the history