gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: Fixme: User identifier shall be


From: gnunet
Subject: [taler-anastasis] branch master updated: Fixme: User identifier shall be derived once, not every time when uploading a truth!
Date: Thu, 28 May 2020 10:10:50 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 82b4847  Fixme: User identifier shall be derived once, not every time 
when uploading a truth!
82b4847 is described below

commit 82b48479935b7c15e3c62b6f3a4e3dcdd6d377d5
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Thu May 28 08:10:44 2020 +0000

    Fixme: User identifier shall be derived once, not every time when uploading 
a truth!
---
 src/lib/anastasis.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/anastasis.c b/src/lib/anastasis.c
index a686c34..7f8626d 100644
--- a/src/lib/anastasis.c
+++ b/src/lib/anastasis.c
@@ -1054,6 +1054,7 @@ ANASTASIS_truth_upload (struct GNUNET_CURL_Context *ctx,
               "At %s:%d keyshare is %s-%llu b\n", __FILE__, __LINE__,
               TALER_B2S (&t->key_share),
               (unsigned long long) sizeof (t->key_share));
+  // FIXME: The useridentifier shall be derived once, not for every upload!
   ANASTASIS_CRYPTO_user_identifier_derive (id_data,
                                            salt,
                                            &tu->id);
@@ -1780,6 +1781,7 @@ ANASTASIS_secret_share (struct GNUNET_CURL_Context *ctx,
                   TALER_B2S (policies[k]->truths[l]->salt),
                   (unsigned long long) sizeof (*policies[k]->truths[l]->salt));
 
+      // FIXME: JUST APPEND UNIQUE UUIDS!!!
       // creates a json array for saving
       if (0 !=
           json_array_append_new (

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