gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 12/13: -more doxygen


From: gnunet
Subject: [taler-exchange] 12/13: -more doxygen
Date: Sun, 26 Jun 2022 17:15:13 +0200

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

oec pushed a commit to branch master
in repository exchange.

commit 372a103a80348af77931c251559834df59ab4568
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 26 15:37:38 2022 +0200

    -more doxygen
---
 src/include/taler_crypto_lib.h | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 3d6c20b6..aee2be55 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -4121,11 +4121,11 @@ TALER_exchange_online_reserve_closed_verify (
  *
  * @param scb function to call to create the signature
  * @param exchange_time our time
- * @param purse_expriration when will the purse expire
+ * @param purse_expiration when will the purse expire
  * @param amount_without_fee total amount to be put into the purse (without 
deposit fees)
  * @param total_deposited total currently in the purse
  * @param purse_pub public key of the purse
- * @param h_contract_term hash of the contract for the purse
+ * @param h_contract_terms hash of the contract for the purse
  * @param[out] pub where to write the public key
  * @param[out] sig where to write the signature
  * @return #TALER_EC_NONE on success
@@ -4147,11 +4147,11 @@ TALER_exchange_online_purse_created_sign (
  * Verify exchange signature about a purse creation and balance.
  *
  * @param exchange_time our time
- * @param purse_expriration when will the purse expire
+ * @param purse_expiration when will the purse expire
  * @param amount_without_fee total amount to be put into the purse (without 
deposit fees)
  * @param total_deposited total currently in the purse
  * @param purse_pub public key of the purse
- * @param h_contract_term hash of the contract for the purse
+ * @param h_contract_terms hash of the contract for the purse
  * @param pub the public key of the exchange to check against
  * @param sig the signature to check
  * @return #GNUNET_OK if the signature is valid
@@ -4251,8 +4251,8 @@ TALER_exchange_online_purse_status_sign (
  * @param merge_timestamp when was the purse merged (can be never)
  * @param deposit_timestamp when was the purse fully paid up (can be never)
  * @param balance current balance of the purse
- * @param pub the public key of the exchange to check against
- * @param sig the signature to check
+ * @param exchange_pub the public key of the exchange to check against
+ * @param exchange_sig the signature to check
  * @return #GNUNET_OK if the signature is valid
  */
 enum GNUNET_GenericReturnValue
@@ -4516,6 +4516,7 @@ TALER_exchange_offline_partner_details_sign (
 /**
  * Verify signature about an exchange's partners.
  *
+ * @param partner_pub master public key of the partner
  * @param start_date validity period start
  * @param end_date validity period end
  * @param wad_frequency how often will we do wad transfers to this partner

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