From d9f4b47e2d8d35d899b7d0c6722639d47ef2f74b Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Wed, 8 Nov 2023 16:04:48 +0100 Subject: [PATCH] Update share/vss/pedersen/vss.go Co-authored-by: pierluca --- share/vss/pedersen/vss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/vss/pedersen/vss.go b/share/vss/pedersen/vss.go index f6c0931ca..611c8c756 100644 --- a/share/vss/pedersen/vss.go +++ b/share/vss/pedersen/vss.go @@ -115,7 +115,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{