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