Skip to content

Commit

Permalink
Update share/vss/rabin/vss.go
Browse files Browse the repository at this point in the history
Co-authored-by: pierluca <[email protected]>
  • Loading branch information
ineiti and pierluca authored Nov 8, 2023
1 parent c94c832 commit 59bee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/vss/rabin/vss.go
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ func (a *aggregator) UnsafeSetResponseDKG(idx uint32, approval bool) {
a.addResponse(r)
}

// MinimumT returns the a safe value of T that balances secrecy and robustness.
// MinimumT returns a safe value of T that balances secrecy and robustness.
// It expects n, the total number of participants.
// T should be adjusted to your threat model. Setting a lower T decreases the
// difficulty for an adversary to break secrecy. However, a too large T makes
Expand Down

0 comments on commit 59bee31

Please sign in to comment.