[Early DRAFT] Implement FROST and ChillDKG BIPs - #2590
Draft
aakselrod wants to merge 8 commits into
Draft
Conversation
aakselrod
commented
Aug 12, 2026
Per bitcoin/bips@200f9b2 there is no longer a requirement to check message length when signing or verifying BIP-0340 Schnorr signatures. This commit updates the signing and verification algorithm and adds test vectors from the BIP for arbitrary-length messages. It also adds a test to ensure we avoid RFC6979 nonce collisions when signing messages that aren't 32 bytes long.
aakselrod
force-pushed
the
frost-chilldkg
branch
from
August 15, 2026 23:09
f953b59 to
e70bc3d
Compare
aakselrod
force-pushed
the
frost-chilldkg
branch
from
August 22, 2026 18:35
e70bc3d to
8f051f1
Compare
Contributor
Author
|
Rebased on #2501 and updated/completed tests for current FROST BIP,. Next, going to update to upcoming FROST BIP threshold setup redesign and add support for deterministic nonce gen/signing. |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Description
Implements the FROST (bitcoin/bips#2070) and ChillDKG (bitcoin/bips#2227) BIPs.
I'll rebase and update/complete this over the coming weekends now that both BIPs have PRs, and continue to update as they get closer to acceptance.
Steps to Test
Steps for reviewers to follow to test the change.
Pull Request Checklist
Testing
Code Style and Documentation
📝 Please see our Contribution Guidelines for further guidance.