aboutsummaryrefslogtreecommitdiffstats
path: root/DKG-TSIG-Protocol.md
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-04-15 11:58:03 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-04-15 11:58:03 +0800
commite1d13d918ca33a0711f0d87037bf4271f7628c68 (patch)
tree0cd8f257aae336ab3bcfb9d8375bd63022e8959a /DKG-TSIG-Protocol.md
parentaea692f5143b9a647502db2d5892f3ce0e3f37c7 (diff)
downloaddexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar
dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar.gz
dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar.bz2
dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar.lz
dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar.xz
dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.tar.zst
dexon-wiki-e1d13d918ca33a0711f0d87037bf4271f7628c68.zip
Updated DKG TSIG Protocol (markdown)
Diffstat (limited to 'DKG-TSIG-Protocol.md')
-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 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.