gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: minor


From: gnunet
Subject: [lsd0001] branch master updated: minor
Date: Sat, 19 Sep 2020 16:21:05 +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 b3a2953  minor
b3a2953 is described below

commit b3a2953c279ab387e7cc731dbc9185c044c04ced
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sat Sep 19 16:14:25 2020 +0200

    minor
---
 draft-schanzen-gns.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 830e220..f75ec58 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -447,17 +447,17 @@ zk' := h mod L * zk
            Signatures for EDKEY zones using the derived private key a'
            are NOT compliant with <xref target="ed25519" />.
            Instead, signatures MUST be generated as follows for any given
-           message M:
+           message M and deterministic random-looking r:
          </t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
-R := rB
-S := r+SHA512(R,zk',M)*a*h mod L
+R := r * B
+S := r + SHA512(R, zk', M) * a' mod L
            ]]></artwork>
          <t>
            A signature (R,S) is valid if the following holds:
          </t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
-SB  == R + SHA512(R,zk',M)A' )
+SB == R + SHA512(R, zk', M) * A'
            ]]></artwork>
          <t>
            The "zid" of an EDKEY is 32 + 4 bytes in length. This means that

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