-
Notifications
You must be signed in to change notification settings - Fork 21
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
Change participant identifiers in Trusted Dealer variant #108
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks.
The identifiers are now generated as described in issue #77. |
Note: The dealer still takes in a Line 173 in 709b22e
|
Some test were failing because they were not using the new identifiers, but were trying to identify the participants by simple indices such as 1, 2, 3.
Some test were failing because they were not using the new identifiers, but were trying to identify the participants by simple indices such as 1, 2, 3. They are fixed now. |
Closing this since it's outdated, FROST code is now in https://github.com/ZcashFoundation/frost/ |
At the moment, the identifiers are changed from u8 to u64.
This will close issue #77 once the identifiers are generated by the hash function.
This change is