gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [lib] remove unnecessary hash combi


From: gnunet
Subject: [taler-donau] branch master updated: [lib] remove unnecessary hash combination
Date: Thu, 30 Nov 2023 11:15:41 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new fded68c  [lib] remove unnecessary hash combination
fded68c is described below

commit fded68c0bc22531f0a49cc89c739b25dce5f132e
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Thu Nov 30 11:15:33 2023 +0100

    [lib] remove unnecessary hash combination
---
 src/lib/donau_api_handle.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/lib/donau_api_handle.c b/src/lib/donau_api_handle.c
index 7db0423..917658b 100644
--- a/src/lib/donau_api_handle.c
+++ b/src/lib/donau_api_handle.c
@@ -1582,10 +1582,7 @@ DONAU_keys_to_json (const struct DONAU_Keys *kd)
                                              
GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_ONLY));
 
       }
-      /* Build the running xor of the SHA512-hash of the public keys */
-      /*GNUNET_CRYPTO_hash_xor (&dk->h_key.hash,
-                              &gd->meta.hash,
-                              &gd->meta.hash);*/
+
       switch (meta.cipher)
       {
       case GNUNET_CRYPTO_BSA_RSA:

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