-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add computing PublicKeyPackage from commitments (#551)
* Refactor computing the public key package and expose it. * Fix clippy issue. * Add test. * Fix test. * Improve test. * Split it up. * Fix build. * Improve api. * Expose more stuff. * Expose more stuff. * Extract proof of knowledge verification. * Add construct_proof_of_knowledge. * fix dkg test * overall cleanup * change IncorrectCommitment to IncorrectNumberOfCommitments * clippy fixes * fix order of inputs for DKG commitment hashing * also change regular challenge() verifying key argument to VerifyingKey --------- Co-authored-by: David Craven <[email protected]>
- Loading branch information
1 parent
e0db615
commit 71c0925
Showing
15 changed files
with
267 additions
and
122 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.