gnunet-svn
[Top][All Lists]
Advanced

[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 FIX
Date: Mon, 14 Jun 2021 19:25:17 +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 496db32  removed exponation from plausability check FIX
496db32 is described below

commit 496db3244dfa0b7ea14acabcb1115fb1382b250b
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Mon Jun 14 19:22:30 2021 +0200

    removed exponation from plausability check FIX
---
 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 786bf5a..55b3c8e 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 = exponent * (LOG2(base)/LOG2(exponent))
+        value = exponent * (LOG2(base)/LOG2(2))
         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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]