gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-anastasis] branch master updated: api clarifications


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] branch master updated: api clarifications
Date: Thu, 10 Oct 2019 10:15:32 +0200

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 a8105d8  api clarifications
a8105d8 is described below

commit a8105d83df448d2dd440283942fb98cef1b53496
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Oct 10 10:15:30 2019 +0200

    api clarifications
---
 src/include/anastasis_database_plugin.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/include/anastasis_database_plugin.h 
b/src/include/anastasis_database_plugin.h
index 90c5f37..f783e1e 100644
--- a/src/include/anastasis_database_plugin.h
+++ b/src/include/anastasis_database_plugin.h
@@ -24,6 +24,7 @@
 #include <gnunet/gnunet_util_lib.h>
 #include <gnunet/gnunet_db_lib.h>
 #include <jansson.h>
+#include <taler/taler_util.h>
 
 
 /**
@@ -140,9 +141,8 @@ struct AnastasisDatabasePlugin
   enum GNUNET_DB_QueryStatus
   (*upload_recovery_document) (void *cls,
                               const struct ANASTASIS_AccountPubP *account_pub,
-                              const void *aes_gcm_tag, // ???
-                              const void *encrypted_recovery_document,  // ???
-                              const void *nonce,  // ???
+                              const void *data,
+                              size_t data_size,
                               const struct ANASTASIS_PaymentSecretP 
*payment_secret,
                               uint32_t *version);
 
@@ -161,8 +161,8 @@ struct AnastasisDatabasePlugin
   (*get_policy) (void *cls,
                 const struct ANASTASIS_AccountPubP *account_pub,
                 uint32_t version,
-                size_t *aes_gcm_tag,  // ???
-                void **encrypted_recovery_document);
+                size_t *data_size,
+                void **data);
 
 
   /**
@@ -179,8 +179,8 @@ struct AnastasisDatabasePlugin
   enum GNUNET_DB_QueryStatus
   (*get_latest_policy) (void *cls,
                        const struct ANASTASIS_AccountPubP *account_pub,
-                       size_t *aes_gcm_tag,  // ???
-                       void **encrypted_recovery_document,
+                       size_t *data_size,
+                       void **data,
                        uint32_t *version);
 
 

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



reply via email to

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