exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

-remove redundant comments

Diffstat:
Msrc/util/denom.c | 19-------------------
1 file changed, 0 insertions(+), 19 deletions(-)

diff --git 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)