exchange

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

commit cffefb0b6305655982d409fae9f53b86025300b0
parent 96b4c139ee9997f827e9559a186c9684a5978f4b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 16 Dec 2020 12:57:27 +0100

remove duplicated comments

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

diff --git a/src/util/offline_signatures.c b/src/util/offline_signatures.c @@ -23,15 +23,6 @@ #include "taler_signatures.h" -/** - * Create auditor addition signature. - * - * @param auditor_pub public key of the auditor - * @param auditor_url URL of the auditor - * @param start_date when to enable the auditor (for replay detection) - * @param master_priv private key to sign with - * @param[out] master_sig where to write the signature - */ void TALER_exchange_offline_auditor_add_sign ( const struct TALER_AuditorPublicKeyP *auditor_pub, @@ -92,14 +83,6 @@ TALER_exchange_offline_auditor_add_verify ( } -/** - * Create auditor deletion signature. - * - * @param auditor_pub public key of the auditor - * @param end_date when to disable the auditor (for replay detection) - * @param master_priv private key to sign with - * @param[out] master_sig where to write the signature - */ void TALER_exchange_offline_auditor_del_sign ( const struct TALER_AuditorPublicKeyP *auditor_pub, @@ -120,15 +103,6 @@ TALER_exchange_offline_auditor_del_sign ( } -/** - * Verify auditor del signature. - * - * @param auditor_pub public key of the auditor - * @param end_date when to disable the auditor (for replay detection) - * @param master_pub public key to verify against - * @param master_sig the signature the signature - * @return #GNUNET_OK if the signature is valid - */ int TALER_exchange_offline_auditor_del_verify ( const struct TALER_AuditorPublicKeyP *auditor_pub,