gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-anastasis] 01/02: Changed truth upload


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] 01/02: Changed truth upload
Date: Tue, 15 Oct 2019 12:05:40 +0200

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

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

commit f56326216670eb0bfd27d933f6aa71a883f09bc0
Author: Dennis Neufeld <address@hidden>
AuthorDate: Tue Oct 15 11:56:40 2019 +0200

    Changed truth upload
---
 src/include/anastasis_database_plugin.h | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/src/include/anastasis_database_plugin.h 
b/src/include/anastasis_database_plugin.h
index a970ca4..796ce3e 100644
--- a/src/include/anastasis_database_plugin.h
+++ b/src/include/anastasis_database_plugin.h
@@ -188,27 +188,16 @@ struct AnastasisDatabasePlugin
    *
    * @param cls closure
    * @param uuid the identifier for the Truth
-   * @param truth contains the ground truth i.e. H(challange answer), 
phonenumber, SMS
-   * @param truth_size the size of the Truth
-   * @param key_share_data blob which contains the Keyshare, the nonce and the 
aes tag
-   * @param key_share_data_size Size of the blob
-   * @param truth_method contains a description of the method used for 
retrieving the truth
-   * @param size_truth_method size of the truth_method String
-   * @param truth_mimetype the mimetype used for the Truth (security answer 
encoding)
-   * @param size_truth_mimetype size of the truth_mimetype String
+   * @param truth_data contains the encrypted Truth which includes the ground 
truth i.e. H(challange answer), phonenumber, SMS
+   * @param truth_data_size the size of the Truth
+   * @param truth_expiration time till the according data will be stored
    * @return transaction status
    */
   enum GNUNET_DB_QueryStatus
   (*store_truth)(void *cls,
                  const struct ANASTASIS_uuid *uuid,
-                 const void *truth,
-                 size_t truth_size,
-                 const void *key_share_data,
-                 size_t key_share_data_size,
-                 char *truth_method,
-                 size_t size_truth_method,
-                 char *truth_mimetype,
-                 size_t size_truth_mimetype,
+                 const void *truth_data,
+                 size_t truth_data_size,
                  struct GNUNET_TIME_Relative truth_expiration);
 
   /**

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]