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: Wed, 09 Feb 2022 14:09:31 +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 988934d  minor
988934d is described below

commit 988934d9724eaf96ec5c4941b242136a4dec3b98
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Feb 9 14:09:26 2022 +0100

    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 a05af98..b8248dc 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1167,12 +1167,12 @@ S-Decrypt(zk,label,expiration,ciphertext):
          </t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 ZKDF-Private(d,label):
-  /* Calculate zk from d */
-  a := SHA-512 (d)
   /* EdDSA clamping */
+  a := SHA-512 (d)
   a[0] &= 248
   a[31] &= 127
   a[31] |= 64
+  /* Calculate zk from d */
   zk := a * G
 
   /* Calculate the blinding factor */
@@ -1253,12 +1253,12 @@ ZKDF-Public(zk,label):
          </t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 SignDerived(d,label,message):
-  /* Calculate zk from d */
-  a := SHA-512 (d)
   /* EdDSA clamping */
+  a := SHA-512 (d)
   a[0] &= 248
   a[31] &= 127
   a[31] |= 64
+  /* Calculate zk from d */
   zk := a * G
 
   /* Calculate blinding factor */

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