summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-02-12 10:05:45 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-12 10:05:45 +0100
commit2cdbf58006f06ef7473d1332967cac8ebe33f47a (patch)
tree749e3c5ef725fcd5ea294e9e662752b81de20775 /src/util
parentc93150b8cd8122821216c8ca4c92eaff73d3ae47 (diff)
downloadexchange-2cdbf58006f06ef7473d1332967cac8ebe33f47a.tar.gz
exchange-2cdbf58006f06ef7473d1332967cac8ebe33f47a.tar.bz2
exchange-2cdbf58006f06ef7473d1332967cac8ebe33f47a.zip
-remove redundant comments
Diffstat (limited to 'src/util')
-rw-r--r--src/util/denom.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/util/denom.c b/src/util/denom.c
index ee488192b..c2d788ec5 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)