gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -remove redundant comments


From: gnunet
Subject: [taler-exchange] branch master updated: -remove redundant comments
Date: Sat, 12 Feb 2022 10:05:58 +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 2cdbf580 -remove redundant comments
2cdbf580 is described below

commit 2cdbf58006f06ef7473d1332967cac8ebe33f47a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Feb 12 10:05:45 2022 +0100

    -remove redundant comments
---
 src/util/denom.c | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/src/util/denom.c b/src/util/denom.c
index ee488192..c2d788ec 100644
--- a/src/util/denom.c
+++ b/src/util/denom.c
@@ -203,12 +203,6 @@ TALER_denom_sig_unblind (
 }
 
 
-/**
- * Hash @a rsa.
- *
- * @param rsa key to hash
- * @param[out] h_rsa where to write the result
- */
 void
 TALER_rsa_pub_hash (const struct GNUNET_CRYPTO_RsaPublicKey *rsa,
                     struct TALER_RsaPubHashP *h_rsa)
@@ -219,12 +213,6 @@ TALER_rsa_pub_hash (const struct 
GNUNET_CRYPTO_RsaPublicKey *rsa,
 }
 
 
-/**
- * Hash @a cs. key
- *
- * @param cs key to hash
- * @param[out] h_cs where to write the result
- */
 void
 TALER_cs_pub_hash (const struct GNUNET_CRYPTO_CsPublicKey *cs,
                    struct TALER_CsPubHashP *h_cs)
@@ -497,13 +485,6 @@ TALER_blinded_denom_sig_free (
 }
 
 
-/**
- * Make a (deep) copy of the given @a denom_src to
- * @a denom_dst.
- *
- * @param[out] denom_dst target to copy to
- * @param denom_str public key to copy
- */
 void
 TALER_denom_pub_deep_copy (struct TALER_DenominationPublicKey *denom_dst,
                            const struct TALER_DenominationPublicKey *denom_src)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]