gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: no clamping


From: gnunet
Subject: [lsd0001] branch master updated: no clamping
Date: Mon, 03 May 2021 16:04:24 +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 48f5e92  no clamping
48f5e92 is described below

commit 48f5e92ddabe57567029c69bc8c891e40e046bbd
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon May 3 16:00:53 2021 +0200

    no clamping
---
 draft-schanzen-gns.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 480bf82..75e8260 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -680,9 +680,6 @@ h[31] &= 7
 a1 := a / 8 /* 8 is the cofactor of Curve25519 */
 a2 := h * a1 mod L
 a' = a2 * 8 /* 8 is the cofactor of Curve25519 */
-a'[0] &= 248;
-a'[31] &= 127;
-a'[31] |= 64;
            ]]></artwork>
          <t>
            Equally, given a label, the output of the ZKDF-Public function is

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