aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DKG+TSIG-Protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DKG+TSIG-Protocol.md b/DKG+TSIG-Protocol.md
index f44c465..3b8033f 100644
--- a/DKG+TSIG-Protocol.md
+++ b/DKG+TSIG-Protocol.md
@@ -21,7 +21,7 @@ Each validator `i` broadcasts the master public key (`MPK_i = {MPK_i,0, MPK_i,1,
Phase 3 Complaint
-------
-### @ T = λ
+### @ T = (0, λ)
Each validator `i` calculates public key shares (`PK_0,i, PK_1,i, ..., PK_n,i`) using corresponding master public key (`PK_j,i = F(MPK_j, i)`).
Each validator `i` verifies if the secret key share `SK_i,j` is associated with the public key share of validator `j`, `PK_i,j`. If the verification fails, `i` broadcast complaint of `j`, `CMP_i,j`.