gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: add FIXME


From: gnunet
Subject: [taler-anastasis] branch master updated: add FIXME
Date: Sun, 07 Mar 2021 15:57:45 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 43f96a3  add FIXME
43f96a3 is described below

commit 43f96a333af9e96002f4d92b9f6c394aa12b56a2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 7 15:57:43 2021 +0100

    add FIXME
---
 src/include/anastasis_crypto_lib.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/include/anastasis_crypto_lib.h 
b/src/include/anastasis_crypto_lib.h
index 539bab7..67f0e70 100644
--- a/src/include/anastasis_crypto_lib.h
+++ b/src/include/anastasis_crypto_lib.h
@@ -89,15 +89,19 @@ struct ANASTASIS_CRYPTO_TruthKeyP
 };
 
 
+// FIXME: split type, we have LOTS of salt values (provider, truth, policy)
+// and should have a different type for each to avoid confusions!
 /**
  * Specifies a Salt value as a hash.
-*/
+ */
 struct ANASTASIS_CRYPTO_SaltP
 {
   struct GNUNET_HashCode salt GNUNET_PACKED;
 };
 
 
+// FIXME: split type, we have LOTS of salt values (provider, truth, policy)
+// and should have a different type for each to avoid confusions!
 /**
  * Specifies a Salt value of size 16 Byte for GNUNET_CRYPTO_pow_hash.
  */

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