diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-15 11:58:03 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-15 11:58:03 +0800 |
commit | e1d13d918ca33a0711f0d87037bf4271f7628c68 (patch) | |
tree | 0cd8f257aae336ab3bcfb9d8375bd63022e8959a | |
parent | aea692f5143b9a647502db2d5892f3ce0e3f37c7 (diff) | |
download | dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar.gz dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar.zst dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.zip |
Updated DKG TSIG Protocol (markdown)
-rw-r--r-- | DKG-TSIG-Protocol.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DKG-TSIG-Protocol.md b/DKG-TSIG-Protocol.md index 20e338e..a1317ca 100644 --- a/DKG-TSIG-Protocol.md +++ b/DKG-TSIG-Protocol.md @@ -5,7 +5,7 @@ DEXON DKG-TSIG Protocol * Signature = [BLS](https://en.wikipedia.org/wiki/Boneh%E2%80%93Lynn%E2%80%93Shacham) * Curve = BLS12_381 * n = size of `notary_set` -* t = <img src="https://latex.codecogs.com/svg.latex?\inline%20\left\lfloor\frac{2n}{3}\right\rfloor+1" /> +* t = <img src="https://latex.codecogs.com/svg.latex?\inline%20\left\lfloor\frac{2n}{3}\right\rfloor%2B1" /> ### Notes * Complaints and nack complaints are stored in governance contract; therefore, the broadcast is reliable. |