gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: minor fixes


From: gnunet
Subject: [lsd0001] branch master updated: minor fixes
Date: Tue, 11 Jan 2022 18:55:29 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new e63f6e1  minor fixes
e63f6e1 is described below

commit e63f6e1d48c94e9c2c6801014fc240961f9370c2
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jan 11 18:55:26 2022 +0100

    minor fixes
---
 draft-schanzen-gns.xml | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 59372fb..518cd03 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -315,7 +315,7 @@
        <artwork name="" type="" align="left" alt=""><![CDATA[
 0     8     16    24    32    40    48    56
 +-----+-----+-----+-----+-----+-----+-----+-----+
-|       ZONE TYPE       |      PUBLIC ZONE KEY  /
+|       ZONE TYPE       |      ZONE PUBLIC KEY  /
 +-----+-----+-----+-----+                       /
 /                                               /
 /                                               /
@@ -465,7 +465,7 @@ zTLD := zkl[126:129].zkl[63:125].zkl[0:62]
 +-----------------------------------------------+
 |                   TIMESTAMP                   |
 +-----------------------------------------------+
-|       ZONE TYPE       |    PUBLIC ZONE KEY    |
+|       ZONE TYPE       |    ZONE PUBLIC KEY    |
 +-----+-----+-----+-----+                       |
 /                                               /
 /                                               /
@@ -484,11 +484,14 @@ zTLD := zkl[126:129].zkl[63:125].zkl[0:62]
            In microseconds since midnight (0 hour), January 1, 1970 in network
            byte order.
          </dd>
-         <dt>PUBLIC KEY</dt>
+         <dt>ZONE TYPE</dt>
+         <dd>
+           is the 32-bit zone type.
+         </dd>
+         <dt>ZONE PUBLIC KEY</dt>
          <dd>
-           is the 256-bit public key zk of the zone which is being revoked and
-           the key to be used to verify SIGNATURE. The
-           wire format of this value is defined in <xref target="RFC8032" />,
+           is the 256-bit public key zk of the zone which is being revoked.
+           The wire format of this value is defined in <xref target="RFC8032" 
/>,
            Section 5.1.5.
          </dd>
        </dl>
@@ -538,7 +541,7 @@ zTLD := zkl[126:129].zkl[63:125].zkl[0:62]
 +-----+-----+-----+-----+-----+-----+-----+-----+
 |                     POW_Z-1                   |
 +-----------------------------------------------+
-|       ZONE TYPE       |    PUBLIC ZONE KEY    |
+|       ZONE TYPE       |    ZONE PUBLIC KEY    |
 +-----+-----+-----+-----+                       |
 /                                               /
 /                                               /
@@ -1475,7 +1478,7 @@ q := SHA512 (HDKD-Public(zk, label))
          <artwork name="" type="" align="left" alt=""><![CDATA[
 0     8     16    24    32    40    48    56
 +-----+-----+-----+-----+-----+-----+-----+-----+
-|       ZONE TYPE       |    PUBLIC ZONE KEY    |
+|       ZONE TYPE       |    ZONE PUBLIC KEY    |
 +-----+-----+-----+-----+       (BLINDED)       |
 /                                               /
 /                                               /
@@ -1510,7 +1513,7 @@ q := SHA512 (HDKD-Public(zk, label))
          <dt>SIGNATURE</dt>
          <dd>
            The signature is computed over the data following
-           the PUBLIC KEY field.
+           this field.
            The signature is created using the Sign() function of
            the cryptosystem of the zone and the derived private key
            "ZKDF-Private(d, label)" (see <xref target="ztype" />).

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