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

Conversation

armfazh
Copy link
Contributor

@armfazh armfazh commented Jul 12, 2022

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.

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

Closes #316

@armfazh
Copy link
Contributor Author

armfazh commented Oct 10, 2022

Hi folks, to move forward with this PR, please leave your comments to the latest changes. And approve if you are ok with the current status.

cc: @bwesterb @chris-wood @cjpatton @tanyav2

@armfazh armfazh force-pushed the secretSharing branch 2 times, most recently from bbaa64a to 9c3d94b Compare November 24, 2022 00:22
@armfazh armfazh force-pushed the frostyflakes branch 2 times, most recently from a3638fe to 735811d Compare November 24, 2022 01:00
bcessa added a commit to bryk-io/circl that referenced this pull request Jun 12, 2023
Base implementation by @armfazh taken from this PR:
cloudflare#349
Base automatically changed from secretSharing to main February 14, 2024 19:32
Copy link

gitguardian bot commented Feb 14, 2024

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New functionality or module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for FROST
1 participant