gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -comments added to TALER_AgeWithdraw


From: gnunet
Subject: [taler-docs] branch master updated: -comments added to TALER_AgeWithdrawRequestPS
Date: Sun, 02 Jul 2023 18:02:33 +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 b71c5cc3 -comments added to TALER_AgeWithdrawRequestPS
b71c5cc3 is described below

commit b71c5cc3ddca8f296b06b8e992b5079d61a45b4f
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sun Jul 2 18:02:30 2023 +0200

    -comments added to TALER_AgeWithdrawRequestPS
---
 core/api-common.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index d7c2d445..0b132b69 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1006,7 +1006,13 @@ within the
      */
     struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
     struct TALER_ReservePublicKeyP reserve_pub;
-    struct GNUNET_HashCode age_restricted_coins_commitment;
+    /**
+     * 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;
   };

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