diff options
author | Jhih-Ming Huang <fbihjmeric@gmail.com> | 2019-10-01 15:40:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 15:40:07 +0800 |
commit | d544b8c7ed341f75de1750c55bb13a16fdb3ccb9 (patch) | |
tree | e37d080b293b03117615709c4e14b9f0917508ed | |
parent | 1cd5b9488c0e50fb7304b38070583087c97fc71b (diff) | |
parent | 8cf14c4f9381bd4f1b57ca4cdcf2e67035daea5c (diff) | |
download | tangerine-wiki-d544b8c7ed341f75de1750c55bb13a16fdb3ccb9.tar.gz tangerine-wiki-d544b8c7ed341f75de1750c55bb13a16fdb3ccb9.tar.zst tangerine-wiki-d544b8c7ed341f75de1750c55bb13a16fdb3ccb9.zip |
Merge pull request #5 from tangerine-network/jimmy-patch
Update phase 1 timing of dkg protocol
-rw-r--r-- | docs/DKG-TSIG-Protocol.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DKG-TSIG-Protocol.md b/docs/DKG-TSIG-Protocol.md index bfd28e8..098e780 100644 --- a/docs/DKG-TSIG-Protocol.md +++ b/docs/DKG-TSIG-Protocol.md @@ -15,7 +15,7 @@ Tangerine DKG-TSIG Protocol Phase 1 ID Registration ------- -### @ T < 0 +### @ T << 0 Each validator registers its ID(`DKGMasterPublicKey_i`) with stake. @@ -98,4 +98,4 @@ Phase 11 Verify TSIG ------- Determines the group public key, <img src="https://latex.codecogs.com/svg.latex?\inline%20GPK%20=%20\sum_{k}%20MPK_{k,0}" /> (`k`: validator `k` is not marked as **Disqualified**) -Verify `TSIG` with `GPK`.
\ No newline at end of file +Verify `TSIG` with `GPK`. |