Skip to content
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

use correct threshold in dkg #45

Merged
merged 1 commit into from
Feb 8, 2023
Merged

use correct threshold in dkg #45

merged 1 commit into from
Feb 8, 2023

Conversation

nikkolasg
Copy link

This is fine for drand as we use our own threshold calculation in drand https://github.com/drand/drand/blob/master/key/group.go#L355 but the DKG package should use this as well. n / 2 + 1 is the right number

This is fine for drand as we use our own threshold calculation in drand https://github.com/drand/drand/blob/master/key/group.go#L355 but the DKG package should use this as well.
n / 2 + 1 is the right number
@AnomalRoil AnomalRoil merged commit 57e99ee into master Feb 8, 2023
@AnomalRoil AnomalRoil deleted the right-threshold branch February 8, 2023 15:29
AnomalRoil added a commit that referenced this pull request Jun 16, 2023
AnomalRoil added a commit that referenced this pull request Jun 19, 2023
* Closes #43 that was actually already fixed in #45, but this also fixes the issue from dedis#374

* Adding table tests for MinimumT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants