gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: cleanup


From: gnunet
Subject: [lsd0001] branch master updated: cleanup
Date: Wed, 23 Sep 2020 17:58:57 +0200

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 2ad5540  cleanup
2ad5540 is described below

commit 2ad5540a7ee5ad2cef9a691dcd24687774dcf4a3
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Wed Sep 23 17:52:14 2020 +0200

    cleanup
---
 draft-schanzen-gns.xml | 67 +++++++++++++-------------------------------------
 1 file changed, 17 insertions(+), 50 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 96fb1b2..8dbfc2a 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -303,31 +303,14 @@ zk' := h mod L * zk
            We use a hash-based key derivation function (HKDF) as defined in
            <xref target="RFC5869" />. We use HMAC-SHA512 for the extraction
            phase and HMAC-SHA256 for the expansion phase.
+           "PRK_h" is key material retrieved using an HKDF using the string
+           "key-derivation" as salt and the public zone key "zk" as initial
+           keying material.
+           "h" is the 512-bit HKDF expansion result. The expansion info input 
is
+           a concatenation of the label and string "gns".
+           "label" is a UTF-8 string under which the resource records are
+           published.
          </t>
-         <dl>
-           <dt>PRK_h</dt>
-           <dd>
-             is key material retrieved using an HKDF using the string
-             "key-derivation" as salt and the public zone key "zk" as initial
-             keying material.
-           </dd>
-           <dt>h</dt>
-           <dd>
-             is the 512-bit HKDF expansion result. The expansion info input is 
a
-             concatenation of the label and string "gns".
-           </dd>
-           <dt>d</dt>
-           <dd>
-             is the 256-bit private zone key as defined in <xref 
target="zone_type_pkey" />.
-           </dd>
-           <dt>label</dt>
-           <dd>is a UTF-8 string under which the resource records are 
published.
-           </dd>
-           <dt>L</dt>
-           <dd>
-             is the prime-order subgroup as defined in <xref 
target="zone_type_pkey" />.
-           </dd>
-         </dl>
          <t>
            We point out that the multiplication of "zk" with "h" is a point 
multiplication,
            while the multiplication of "d" with "h" is a scalar multiplication.
@@ -417,33 +400,17 @@ zk' := h mod L * zk
            We use a hash-based key derivation function (HKDF) as defined in
            <xref target="RFC5869" />. We use HMAC-SHA512 for the extraction
            phase and HMAC-SHA256 for the expansion phase.
+           "PRK_h" is key material retrieved using an HKDF using the string
+           "key-derivation" as salt and the public zone key "zk" as initial
+           keying material.
+           "h" is the 512-bit HKDF expansion result. The expansion info input 
is
+           a concatenation of the label and string "gns".
+           The result of the HKDF must be clamped.
+           "a" is the 256-bit integer correspinding to the 256-bit private zone
+           key d as defined in <xref target="zone_type_edkey" />.
+           "label" is a UTF-8 string under which the resource records are
+           published.
          </t>
-         <dl>
-           <dt>PRK_h</dt>
-           <dd>
-             is key material retrieved using an HKDF using the string
-             "key-derivation" as salt and the public zone key "zk" as initial
-             keying material.
-           </dd>
-           <dt>h</dt>
-           <dd>
-             is the 512-bit HKDF expansion result. The expansion info input is 
a
-             concatenation of the label and string "gns".
-             The result of the HKDF must be clamped.
-           </dd>
-           <dt>a</dt>
-           <dd>
-               is the 256-bit integer correspinding to the 256-bit private zone
-               key d as defined in <xref target="zone_type_edkey" />.
-           </dd>
-           <dt>label</dt>
-           <dd>is a UTF-8 string under which the resource records are 
published.
-           </dd>
-           <dt>L</dt>
-           <dd>
-             is the prime-order subgroup as defined in <xref 
target="zone_type_pkey" />.
-           </dd>
-         </dl>
          <t>
            We point out that the multiplication of "zk" with "h" is a point 
multiplication,
            while the multiplication of "a" with "h" is a scalar multiplication.

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