gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: added TALER_AgeWithdrawConfirmationP


From: gnunet
Subject: [taler-docs] branch master updated: added TALER_AgeWithdrawConfirmationPS
Date: Mon, 03 Jul 2023 14:28:42 +0200

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

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ed5431fb added TALER_AgeWithdrawConfirmationPS
ed5431fb is described below

commit ed5431fba6e1b0847bbec9097ed62abf8dbecff3
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Jul 3 14:28:38 2023 +0200

    added TALER_AgeWithdrawConfirmationPS
---
 core/api-common.rst   | 20 +++++++++++++++-----
 core/api-exchange.rst |  2 +-
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index 0b132b69..8cf73118 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1010,11 +1010,21 @@ within the
      * This is the running SHA512-hash over n*kappa
      * `struct TALER_BlindedCoinHash` values
      */
-    struct GNUNET_HashCode blinded_coin_candidates;
-    /* This is the running SHA512-hash over n
-     * `struct TALER_DenominationHash` values */
-    struct GNUNET_HashCode h_denoms_h;
-    uint8 max_age;
+    struct GNUNET_HashCode h_commitment;
+    struct TALER_AgeMask mask;
+    uint8_t max_age_group;
+  };
+
+.. _TALER_AgeWithdrawConfirmationPS:
+.. sourcecode:: c
+
+  struct TALER_AgeWithdrawConfirmationPS {
+    /**
+     * purpose.purpose = TALER_SIGNATURE_EXCHANGE_CONFIRM_AGE_WITHDRAW
+     */
+    struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+    struct GNUNET_HashCode h_commitment;
+    uint32_t noreveal_index;
   };
 
 
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index e87cd953..e235841b 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2467,7 +2467,7 @@ If so, the exchange will blindly sign ``n`` undisclosed 
coins from the request.
       // have to disclose
       noreveal_index: Integer;
 
-      // Signature of `TALER_AgeWithdrawRequestPS` whereby
+      // Signature of `TALER_AgeWithdrawConfirmationPS` whereby
       // the exchange confirms the ``noreveal_index``.
       exchange_sig: EddsaSignature;
 

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