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

tss: new tss package and tss/frost threshold signature scheme #349

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

Commits on Feb 14, 2024

  1. New tss package, and includes tss/frost threshold signature scheme

    Changes:
     - The package tss will provide the threshold signature schemes.
     - The package tss/frost implements the FROST threshold signature
       scheme for Schnorr signatures.
       This scheme is under standardization process at IETF/CFRG [2].
       Test vectors from [3] are passing for P256 and Ristretto255 groups.
     - Version supported: v11
    
    References:
     [1] frost paper: https://eprint.iacr.org/2020/852
     [2] draft-irtf-cfrg-frost: https://datatracker.ietf.org/doc/draft-irtf-cfrg-frost
     [3] test-vectors: https://github.com/cfrg/draft-irtf-cfrg-frost
    armfazh committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cd6a307 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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