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 72058e3 commit c94c832
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 @@ -133,7 +133,7 @@ type Justification struct {
// does not have to be trusted by other Verifiers. The security parameter t is
// the number of shares required to reconstruct the secret. MinimumT() provides
// a middle ground between robustness and secrecy. Increasing t will increase
// the secrecy at the cost of the decreased robustness and vice versa. It
// the secrecy at the cost of the decreased robustness and vice versa. It
// returns an error if the t is inferior or equal to 2.
func NewDealer(suite Suite, longterm, secret kyber.Scalar, verifiers []kyber.Point, t int) (*Dealer, error) {
d := &Dealer{
Expand Down

0 comments on commit c94c832

Please sign in to comment.