commit b71c5cc3ddca8f296b06b8e992b5079d61a45b4f parent 673368b4948d140ce94cacf277bfc8921501ec0c Author: Özgür Kesim <oec-taler@kesim.org> Date: Sun, 2 Jul 2023 18:02:30 +0200 -comments added to TALER_AgeWithdrawRequestPS Diffstat:
| M | core/api-common.rst | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git 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; };