gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not clamp EdDSA private keys


From: gnunet
Subject: [taler-exchange] branch master updated: do not clamp EdDSA private keys
Date: Mon, 21 Feb 2022 16:08:48 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3cd61565 do not clamp EdDSA private keys
3cd61565 is described below

commit 3cd6156513dbf6cc665a5485d7957b7aca9dbb27
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 21 16:08:45 2022 +0100

    do not clamp EdDSA private keys
---
 src/util/denom.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/util/denom.c b/src/util/denom.c
index b567b6de..28cf39a3 100644
--- a/src/util/denom.c
+++ b/src/util/denom.c
@@ -762,9 +762,6 @@ TALER_planchet_setup_coin_priv (
     GNUNET_break (0);
     return;
   }
-  coin_priv->eddsa_priv.d[0] &= 248;
-  coin_priv->eddsa_priv.d[31] &= 127;
-  coin_priv->eddsa_priv.d[31] |= 64;
 }
 
 

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