gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0004] branch master updated: xor, not concatenation


From: gnunet
Subject: [lsd0004] branch master updated: xor, not concatenation
Date: Sat, 12 Mar 2022 05:06:50 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository lsd0004.

The following commit(s) were added to refs/heads/master by this push:
     new b6a8198  xor, not concatenation
b6a8198 is described below

commit b6a819871911ae0720facad4574f2e4eed9b55f7
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Mar 12 05:06:45 2022 +0100

    xor, not concatenation
---
 draft-schanzen-r5n.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 65dc78f..9719af5 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -2044,8 +2044,9 @@ gnunet+tcp://12.3.4.5/ \
            To filter results of HELLO blocks
            using the result Bloom filter, the
            <tt>H_ADDRS</tt> field (as computed using SHA-512 over
-           the <tt>ADDRESSES</tt>) is concatenated with the mutator.
-           The resulting value is then hashed into the
+           the <tt>ADDRESSES</tt>) is XORed with the SHA-512
+           hash of the mutator (in network byte order).
+           The resulting value is then used when hashing into the
            result Bloom filter. Consequently, HELLOs with
            completely identical sets of addresses will be
            filtered, but any small variation in the set of

-- 
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]