gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-exchange] branch master updated: remove duplicated comments
Date: Wed, 16 Dec 2020 12:57:30 +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 cffefb0b remove duplicated comments
cffefb0b is described below

commit cffefb0b6305655982d409fae9f53b86025300b0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 16 12:57:27 2020 +0100

    remove duplicated comments
---
 src/util/offline_signatures.c | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/src/util/offline_signatures.c b/src/util/offline_signatures.c
index 7385f47e..5899c134 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,

-- 
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]