donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 7b23d713d3bb4a16c7b158dbb9ef10d8348e1752
parent 8b3bd93256c305463b0a0b49c81c798150c4c285
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 16 Jul 2025 14:05:54 +0200

-fix bad doxygen

Diffstat:
Msrc/include/donau_crypto_lib.h | 16+++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/include/donau_crypto_lib.h b/src/include/donau_crypto_lib.h @@ -194,7 +194,7 @@ struct DONAU_UniqueDonorIdentifierNonce */ struct DONAU_HashDonorTaxId { - unsigned char hash[512/8]; + unsigned char hash[512 / 8]; }; /** @@ -255,17 +255,19 @@ struct DONAU_BearerToken char *token; }; -/* -* @brief Wrapper around GNUNET primitive for the blinded unique donation identifier -*/ + +/** + * @brief Wrapper around GNUNET primitive for the blinded unique donation identifier + */ struct DONAU_BlindedUniqueDonorIdentifier { - /* - * GNUNET primitive type representing a generic blinded message - */ + /** + * GNUNET primitive type representing a generic blinded message + */ struct GNUNET_CRYPTO_BlindedMessage *blinded_message; }; + /** * Information needed for a donation receipt to be signed. */