commit 48a953c3beee7da7f23fd5b22b34a88445319730
parent 41b83721d8a2a338e3b00ed959b9fe54aae24dfc
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 3 Feb 2025 10:58:33 +0100
-fix doxygen
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
@@ -527,7 +527,7 @@ struct TALER_AgeCommitmentPublicKeyP
};
-/*
+/**
* @brief Hash to represent the commitment to n*kappa blinded keys during a
* age-withdrawal. It is the running SHA512 hash over the hashes of the blinded
* envelopes of n*kappa coins.
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
@@ -908,10 +908,10 @@ parse_denom_pub_cipher (void *cls,
struct GNUNET_JSON_Specification
-TALER_JSON_spec_denom_pub_cipher (const char *field,
- enum GNUNET_CRYPTO_BlindSignatureAlgorithm
- cipher,
- struct TALER_DenominationPublicKey *pk)
+TALER_JSON_spec_denom_pub_cipher (
+ const char *field,
+ enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher,
+ struct TALER_DenominationPublicKey *pk)
{
struct GNUNET_JSON_Specification ret = {
.parser = &parse_denom_pub_cipher,