[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[exchange] branch master updated: -fix doxygen
From: |
gnunet |
Subject: |
[exchange] branch master updated: -fix doxygen |
Date: |
Mon, 03 Feb 2025 10:58:40 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 48a953c3b -fix doxygen
48a953c3b is described below
commit 48a953c3beee7da7f23fd5b22b34a88445319730
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 3 10:58:33 2025 +0100
-fix doxygen
---
src/include/taler_crypto_lib.h | 2 +-
src/json/json_helper.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 55f12d564..1994407db 100644
--- 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
index 472c269ac..9b270a4ee 100644
--- 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,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [exchange] branch master updated: -fix doxygen,
gnunet <=