gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0003] branch master updated: Added final set hash to full done messa


From: gnunet
Subject: [lsd0003] branch master updated: Added final set hash to full done message
Date: Thu, 25 Feb 2021 15:50:49 +0100

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 9041fc9  Added final set hash to full done message
9041fc9 is described below

commit 9041fc992d59e85af7f071474b461799a1d9533d
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Thu Feb 25 15:49:28 2021 +0100

    Added final set hash to full done message
---
 draft-summermatter-set-union.xml | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/draft-summermatter-set-union.xml b/draft-summermatter-set-union.xml
index f2e6fa1..27263d2 100644
--- a/draft-summermatter-set-union.xml
+++ b/draft-summermatter-set-union.xml
@@ -1564,12 +1564,12 @@ FUNCTION get_bucket_id (key, 
number_of_buckets_per_element, ibf_size)
                     <name>Structure</name>
                     <figure anchor="figure_done">
                         <artwork name="" type="" align="left" alt=""><![CDATA[
-        0     8     16    24    32
-        +-----+-----+-----+-----+
-        |  MSG SIZE |  MSG TYPE |
-        +-----+-----+-----+-----+
-        |         HASH
+        0     8     16    24    32    40    48    56
+        +-----+-----+-----+-----+-----+-----+-----+-----+
+        |  MSG SIZE |  MSG TYPE |           HASH
         +-----+-----+-----+-----+
+        /                                               /
+        /                                               /
                  ]]></artwork>
                     </figure>
                     <t>where:</t>
@@ -1585,6 +1585,7 @@ FUNCTION get_bucket_id (key, 
number_of_buckets_per_element, ibf_size)
                         <dt>HASH</dt>
                         <dd>
                             is a 512-bit hash of the set to allow a final 
equality check.
+                            <!-- IMPLEMENT: Needs to be implemented -->
                         </dd>
 
                     </dl>
@@ -1609,10 +1610,12 @@ FUNCTION get_bucket_id (key, 
number_of_buckets_per_element, ibf_size)
                     <name>Structure</name>
                     <figure anchor="figure_full_done">
                         <artwork name="" type="" align="left" alt=""><![CDATA[
-        0     8     16    24    32
-        +-----+-----+-----+-----+
-        |  MSG SIZE |  MSG TYPE |
+        0     8     16    24    32    40    48    56
+        +-----+-----+-----+-----+-----+-----+-----+-----+
+        |  MSG SIZE |  MSG TYPE |           HASH
         +-----+-----+-----+-----+
+        /                                               /
+        /                                               /
                  ]]></artwork>
                     </figure>
                     <t>where:</t>
@@ -1625,6 +1628,11 @@ FUNCTION get_bucket_id (key, 
number_of_buckets_per_element, ibf_size)
                         <dd>
                             the type of SETU_P2P_FULL_DONE as registered in 
<xref target="gana" format="title" /> in network byte order.
                         </dd>
+                        <dt>HASH</dt>
+                        <dd>
+                            is a 512-bit hash of the set to allow a final 
equality check.
+                            <!-- IMPLEMENT: Needs to be implemented -->
+                        </dd>
                     </dl>
                 </section>
             </section>

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