summaryrefslogtreecommitdiff
path: root/src/util/crypto_wire.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 13:23:10 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 13:23:17 +0100
commit9317d6d69da2046d1a0cfbe1ea4b377924cc1c90 (patch)
tree5a64d0b187df3077077ca1a1c19b2a9db6483ea1 /src/util/crypto_wire.c
parentdac255329f4f385d3ccfb544e259d2fae76325df (diff)
downloadexchange-9317d6d69da2046d1a0cfbe1ea4b377924cc1c90.tar.gz
exchange-9317d6d69da2046d1a0cfbe1ea4b377924cc1c90.tar.bz2
exchange-9317d6d69da2046d1a0cfbe1ea4b377924cc1c90.zip
doxygen work
Diffstat (limited to 'src/util/crypto_wire.c')
-rw-r--r--src/util/crypto_wire.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/crypto_wire.c b/src/util/crypto_wire.c
index de7e5b99c..e3a5b9fb6 100644
--- a/src/util/crypto_wire.c
+++ b/src/util/crypto_wire.c
@@ -78,7 +78,7 @@ TALER_exchange_wire_signature_check (const char *payto_url,
*
* @param payto_url account specification
* @param master_priv private key to sign with
- * @param master_sig[out] where to write the signature
+ * @param[out] master_sig where to write the signature
*/
void
TALER_exchange_wire_signature_make (const char *payto_url,
@@ -105,7 +105,7 @@ TALER_exchange_wire_signature_make (const char *payto_url,
*
* @param payto_url bank account
* @param salt salt used to eliminate brute-force inversion
- * @param hc[out] set to the hash
+ * @param[out] hc set to the hash
*/
void
TALER_merchant_wire_signature_hash (const char *payto_url,
@@ -162,7 +162,7 @@ TALER_merchant_wire_signature_check (const char *payto_url,
* @param payto_url account specification
* @param salt the salt used to salt the @a payto_url when hashing
* @param merchant_priv private key to sign with
- * @param merchant_sig[out] where to write the signature
+ * @param[out] merchant_sig where to write the signature
*/
void
TALER_merchant_wire_signature_make (const char *payto_url,