aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-12-19 10:25:04 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2018-12-19 10:25:04 +0800
commit4c3ea2b143c9dbd3034db079b3925dfecb795750 (patch)
treeb83c580125560f71e86ae399e008878e806f831e
parent670df668b1a33b075ad6b8e6de7c2088a12ecd3e (diff)
downloaddexon-wiki-4c3ea2b143c9dbd3034db079b3925dfecb795750.tar
dexon-wiki-4c3ea2b143c9dbd3034db079b3925dfecb795750.tar.gz
dexon-wiki-4c3ea2b143c9dbd3034db079b3925dfecb795750.tar.bz2
dexon-wiki-4c3ea2b143c9dbd3034db079b3925dfecb795750.tar.lz
dexon-wiki-4c3ea2b143c9dbd3034db079b3925dfecb795750.tar.xz
dexon-wiki-4c3ea2b143c9dbd3034db079b3925dfecb795750.tar.zst
dexon-wiki-4c3ea2b143c9dbd3034db079b3925dfecb795750.zip
Updated DKG+TSIG Protocol (markdown)
-rw-r--r--DKG+TSIG-Protocol.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/DKG+TSIG-Protocol.md b/DKG+TSIG-Protocol.md
index 403dd8f..c364fe1 100644
--- a/DKG+TSIG-Protocol.md
+++ b/DKG+TSIG-Protocol.md
@@ -16,17 +16,13 @@ Phase 1 ID Registration
-------
### @ T < 0
-Each validator registers its ID with stake.
+Each validator registers its ID(`DKGMasterPublicKey_i`) with stake.
-### @ T = (0, λ)
-
-Each validator broadcast a `DKGGroupPublicKeyReady_i` message.
-
-### @ T = (λ, +inf)
+**After λ**
-Validator waits until seeing more than `2t+1` `DKGGroupPublicKeyReady` message.
+Each validator `i` broadcasts a `DKGMasterPublicKeyReady_i` message.
-###
+Validator waits until seeing more than `2t+1` `DKGGroupPublicKeyReady` message than proceeds to Phase 2.
Phase 2 Secret Key Share Exchange
-------