diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-10-02 17:27:34 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2018-10-02 17:27:34 +0800 |
commit | d52e639ac19287c082a3c8d0c2904a3c82bf5faf (patch) | |
tree | 3f845a4668b56a168fa84fcdc4214b6a4d6181ff /DKG+TSIG-Protocol.md | |
parent | d0f978d8e9fa040c8a0c0bdc2d8566b4b04d4005 (diff) | |
download | dexon-wiki-d52e639ac19287c082a3c8d0c2904a3c82bf5faf.tar dexon-wiki-d52e639ac19287c082a3c8d0c2904a3c82bf5faf.tar.gz dexon-wiki-d52e639ac19287c082a3c8d0c2904a3c82bf5faf.tar.bz2 dexon-wiki-d52e639ac19287c082a3c8d0c2904a3c82bf5faf.tar.lz dexon-wiki-d52e639ac19287c082a3c8d0c2904a3c82bf5faf.tar.xz dexon-wiki-d52e639ac19287c082a3c8d0c2904a3c82bf5faf.tar.zst dexon-wiki-d52e639ac19287c082a3c8d0c2904a3c82bf5faf.zip |
Updated DKG+TSIG Protocol (markdown)
Diffstat (limited to 'DKG+TSIG-Protocol.md')
-rw-r--r-- | DKG+TSIG-Protocol.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DKG+TSIG-Protocol.md b/DKG+TSIG-Protocol.md index 60efcc8..6233a97 100644 --- a/DKG+TSIG-Protocol.md +++ b/DKG+TSIG-Protocol.md @@ -15,7 +15,7 @@ Phase 1 ID Registration ------- ### @ T < 0 -Each validator registers its ID with stack. +Each validator registers its ID with stake. Phase 2 Secret Key Share Exchange ------- @@ -50,7 +50,7 @@ If validator `k` receive `SK_j,i` for the first time for `i` != `k`, broadcast i Phase 7 Enforce Complaint ------- ### @ T = 4λ -If validator `k` sees `SK_j,i` for `i` != `k`, verifies if the secret key share `SK_j,i` is associated with the public key share of validator `j`, `PK_j,i`. If the verification fails, `k` broadcas complaint of `j`, `CMP_k,j`. +If validator `k` sees `SK_j,i` for `i` != `k`, verifies if the secret key share `SK_j,i` is associated with the public key share of validator `j`, `PK_j,i`. If the verification fails, `k` broadcast complaint of `j`, `CMP_k,j`. If validator `k` sees `NCMP_i,j` for `j` != `k` and did not receive `SK_j,i`, `k` broadcast nack complaint of `j`, `NCMP_k,j`. |