forked from ZcashFoundation/frost
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename fields to match types (ZcashFoundation#539)
* Rename signer_pubkeys to verifying_shares (ZcashFoundation#495) * Rename group_public to verifying_key (ZcashFoundation#495) Some naming needed to be updated in DKG as well as there was already a verifying_key which was actually a verifying_share * Update KeyPackage field from secret_share to signing_share (ZcashFoundation#495) * Update Package field from secret_share to signing_share (ZcashFoundation#495) * Update KeyPackage field from public to verifying_share (ZcashFoundation#495) * Update SecretShare field vrom value to signing_share (ZcashFoundation#495) * Remove secret function from SecretShare (ZcashFoundation#495) This is because we now can use the getter to get signing_share() without the need for an additional function * Update serde_tests with updated field names (ZcashFoundation#495)
- Loading branch information
1 parent
c38305b
commit eee505a
Showing
42 changed files
with
334 additions
and
336 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.