gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: serialize provider_salt, too


From: gnunet
Subject: [taler-anastasis] branch master updated: serialize provider_salt, too
Date: Sat, 06 Mar 2021 23:53:26 +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 af7f910  serialize provider_salt, too
af7f910 is described below

commit af7f91035eeb69965661b32315a099704b0ea46e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 6 23:53:21 2021 +0100

    serialize provider_salt, too
---
 src/lib/anastasis_backup.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/anastasis_backup.c b/src/lib/anastasis_backup.c
index 8caaf80..4d655fe 100644
--- a/src/lib/anastasis_backup.c
+++ b/src/lib/anastasis_backup.c
@@ -811,6 +811,7 @@ ANASTASIS_secret_share (struct GNUNET_CURL_Context *ctx,
                        " s:s," /* instructions */
                        " s:o," /* truth key */
                        " s:o," /* truth salt */
+                       " s:o," /* provider salt */
                        " s:s}", /* escrow method */
                        "uuid",
                        GNUNET_JSON_from_data_auto (
@@ -823,6 +824,8 @@ ANASTASIS_secret_share (struct GNUNET_CURL_Context *ctx,
                          &pt->truth_key),
                        "salt", GNUNET_JSON_from_data_auto (
                          &pt->salt),
+                       "provider_salt", GNUNET_JSON_from_data_auto (
+                         &pt->provider_salt),
                        "escrow_type",
                        pt->type)))
       {

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