diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-16 12:57:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-16 12:57:27 +0100 |
commit | cffefb0b6305655982d409fae9f53b86025300b0 (patch) | |
tree | 70539ce9e67a142676b79154466db00dde8d7ec0 | |
parent | 96b4c139ee9997f827e9559a186c9684a5978f4b (diff) |
remove duplicated comments
-rw-r--r-- | src/util/offline_signatures.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/util/offline_signatures.c b/src/util/offline_signatures.c index 7385f47ea..5899c134b 100644 --- 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, |