gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-anastasis] 02/02: Changed request of encrypted keysh


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] 02/02: Changed request of encrypted keyshare
Date: Tue, 15 Oct 2019 12:05:41 +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 60e148ada9718a75e03df95206cc758fa01d7047
Author: Dennis Neufeld <address@hidden>
AuthorDate: Tue Oct 15 12:05:33 2019 +0200

    Changed request of encrypted keyshare
---
 src/include/anastasis_database_plugin.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/include/anastasis_database_plugin.h 
b/src/include/anastasis_database_plugin.h
index 796ce3e..433c7aa 100644
--- a/src/include/anastasis_database_plugin.h
+++ b/src/include/anastasis_database_plugin.h
@@ -131,9 +131,8 @@ struct AnastasisDatabasePlugin
    *
    * @param cls closure
    * @param account_pub public key of the user's account
-   * @param aes_gcm_tag
-   * @param nonce
-   * @param encrypted_recovery_document
+   * @param data contains encrypted_recovery_document
+   * @param data_size size of data blob
    * @param payment_secret identifier for the payment, used to later charge on 
uploads
    * @param version[OUT] set to the version assigned to the document by the 
database
    * @return transaction status, 0 if upload could not be finished because @a 
payment_secret
@@ -207,6 +206,7 @@ struct AnastasisDatabasePlugin
   * @param size_response size of the response
   * @param data contains the encrypted key share (bytearray)
   * @param data_size size of data
+  * @param truth_dec_key key to decrypt the truth_data
   * @return transaction status
   */
   enum GNUNET_DB_QueryStatus
@@ -215,7 +215,8 @@ struct AnastasisDatabasePlugin
                              char *response,
                              size_t size_response,
                              void **data,
-                             size_t *data_size);
+                             size_t *data_size,
+                             uint32_t truth_dec_key[8]);
 
   /**
   * @param cls closure

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



reply via email to

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