summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-24 14:21:03 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-24 14:21:03 +0200
commit2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf (patch)
treea4296e1fa2ccb3263dd29197d6a4844cddaaeaf6 /src/include/taler_crypto_lib.h
parent205a48f613c6c1ded1fd4414dc43d4308e4e81cb (diff)
downloadexchange-2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf.tar.gz
exchange-2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf.tar.bz2
exchange-2961c9b3f6f3e3d1881a1c850d5ec4ddc33669cf.zip
-doxygen fixes
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 2527362b6..2977ccf39 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -3111,6 +3111,9 @@ TALER_wallet_reserve_open_deposit_verify (
/**
* Sign a request to close a reserve.
*
+ * @param request_timestamp when was the request created
+ * @param h_payto where to send the funds (NULL allowed to send
+ * to origin of the reserve)
* @param reserve_priv key identifying the reserve
* @param[out] reserve_sig resulting signature
*/
@@ -3125,6 +3128,9 @@ TALER_wallet_reserve_close_sign (
/**
* Verify wallet request to close an account.
*
+ * @param request_timestamp when was the request created
+ * @param h_payto where to send the funds (NULL/all zeros
+ * allowed to send to origin of the reserve)
* @param reserve_pub account’s public key
* @param reserve_sig the signature made with purpose #TALER_SIGNATURE_WALLET_RESERVE_CLOSE
* @return #GNUNET_OK if the signature is valid