Skip to content

Commit

Permalink
Update share/vss/pedersen/vss.go
Browse files Browse the repository at this point in the history
Co-authored-by: pierluca <pierluca@users.noreply.github.com>
  • Loading branch information
ineiti and pierluca authored Nov 8, 2023
1 parent 0d1d8b5 commit 72058e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/vss/pedersen/vss.go
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ func (a *Aggregator) MissingResponses() []int {
return absents
}

// 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 72058e3

Please sign in to comment.