summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
commit9d43bf92c45e771afdada11851393e0a82a91078 (patch)
treef214c5fc48e8c4f2d9b88b6c65893c4cde731929 /src/include/taler_crypto_lib.h
parent358388597835c364e9454a39d7161f06cbaac81c (diff)
downloadexchange-9d43bf92c45e771afdada11851393e0a82a91078.tar.gz
exchange-9d43bf92c45e771afdada11851393e0a82a91078.tar.bz2
exchange-9d43bf92c45e771afdada11851393e0a82a91078.zip
-doxygen
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 9b658d741..631883f41 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -2519,7 +2519,7 @@ TALER_CRYPTO_helper_cs_sign (
* @param reqs information about the keys to sign with and the values to sign
* @param reqs_length length of the @a reqs array
* @param for_melt true if this is for a melt operation
- * @param[out] bs array set to the blind signatures, must be of length @a reqs_length!
+ * @param[out] bss array set to the blind signatures, must be of length @a reqs_length!
* @return #TALER_EC_NONE on success
*/
enum TALER_ErrorCode
@@ -2606,7 +2606,7 @@ TALER_CRYPTO_helper_cs_r_derive (
* @param cdrs array with derivation input data
* @param cdrs_length length of the @a cdrs array
* @param for_melt true if this is for a melt operation
- * @param[out] crp array set to the pair of R values, must be of length @a cdrs_length
+ * @param[out] crps array set to the pair of R values, must be of length @a cdrs_length
* @return set to the error code (or #TALER_EC_NONE on success)
*/
enum TALER_ErrorCode