From 476a201d72c9bc7a070a2d8da846e1e9bc7c5ed1 Mon Sep 17 00:00:00 2001 From: mohab Date: Thu, 21 Apr 2022 20:45:31 +0200 Subject: [PATCH] [doc/architecture/blockchain] fixed indepdendent aggregation lead selection --- doc/src/architecture/blockchain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/architecture/blockchain.md b/doc/src/architecture/blockchain.md index e4c68a0d2..0c2452b51 100644 --- a/doc/src/architecture/blockchain.md +++ b/doc/src/architecture/blockchain.md @@ -99,9 +99,9 @@ note that $(\frac{1}{v_{max}})^{n-1} < 1, V>1$, thus competing with single coin a target function T with scalar coefficients can be formalized as $$T=2^lk\phi(\Sigma)=2^l(\frac{1}{v_{max}})\Sigma$$ let's assume $v_{max}=2^v$, then: - $$T=2^lk\phi(\Sigma)=2^{\frac{l}{v}}\Sigma$$ + $$T=2^lk\phi(\Sigma)=2^{l-v}\Sigma$$ then the lead statement is - $$y<2^{\frac{l}{v}}\Sigma$$ for example for a group order or l=24 bits, and maximum value of $v_{max}=2^{10}$, then lead statement: + $$y<2^{l-v}\Sigma$$ for example for a group order or l=24 bits, and maximum value of $v_{max}=2^{10}$, then lead statement: $$y<2^{14}\Sigma$$ ### pairing leader selection independent aggregation function