Conversation
76ad3d4 to
09ce7df
Compare
e13cce8 to
97895a1
Compare
Because security proofs require this.
1. Add a `Certifier` where you can add certificates as you get them. Crucially this certifier also verifies them. 2. Add a concept of a Contributor that is also a share receiver.
compute_randomness_beacon was too abstract.
97895a1 to
e01a04d
Compare
I'm not sure when these were introduced but they look like they're doing the job that certpedpop is meant to.
This is also what the chilldkg spec does
e01a04d to
377eac1
Compare
nickfarrow
approved these changes
Sep 5, 2025
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.
this is on top of #236 -- this checks your encryption nonce contribution was included in the aggregate. This is the same as chilldkg: https://github.com/BlockstreamResearch/bip-frost-dkg/blob/4f324510c99808c8f6f9fa975a35a11107762368/python/chilldkg_ref/encpedpop.py#L178-L180