[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lsd0003] branch master updated: removed exponation from plausability ch
From: |
gnunet |
Subject: |
[lsd0003] branch master updated: removed exponation from plausability check |
Date: |
Mon, 14 Jun 2021 19:24:53 +0200 |
This is an automated email from the git hooks/post-receive script.
elias-summermatter pushed a commit to branch master
in repository lsd0003.
The following commit(s) were added to refs/heads/master by this push:
new 56054ec removed exponation from plausability check
56054ec is described below
commit 56054ec8713219657df97614d91b0c18c389692b
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Mon Jun 14 19:22:05 2021 +0200
removed exponation from plausability check
---
draft-summermatter-set-union.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/draft-summermatter-set-union.xml b/draft-summermatter-set-union.xml
index 896556d..786bf5a 100644
--- a/draft-summermatter-set-union.xml
+++ b/draft-summermatter-set-union.xml
@@ -2805,7 +2805,7 @@ FUNCTION full_sync_plausibility_check (state,rs,lis,rd,rf)
# Formula to verify plausibility
base = 1 - (rs / (lis + rs))
exponent = rd - rf * lis / rs
- value = POWER(base, exponent)
+ value = exponent * (LOG2(base)/LOG2(exponent))
IF ((value < security_level_lb) || (value > SECURITY_LEVEL)
RETURN FALSE
END IF
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lsd0003] branch master updated: removed exponation from plausability check,
gnunet <=