gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 22/90: -DOC: Comment stripping pass in REVOCATION service


From: gnunet
Subject: [gnunet] 22/90: -DOC: Comment stripping pass in REVOCATION service
Date: Tue, 18 Oct 2022 03:06:21 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 9fea498a6a2952635ac0a2947da3cc75fcda3724
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Fri Sep 2 20:19:30 2022 +0100

    -DOC: Comment stripping pass in REVOCATION service
---
 src/revocation/revocation_api.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/revocation/revocation_api.c b/src/revocation/revocation_api.c
index b8c458e4f..78b3c083a 100644
--- a/src/revocation/revocation_api.c
+++ b/src/revocation/revocation_api.c
@@ -371,11 +371,6 @@ GNUNET_REVOCATION_revoke (const struct 
GNUNET_CONFIGURATION_Handle *cfg,
 }
 
 
-/**
- * Cancel key revocation.
- *
- * @param h operation to cancel
- */
 void
 GNUNET_REVOCATION_revoke_cancel (struct GNUNET_REVOCATION_Handle *h)
 {
@@ -623,15 +618,6 @@ GNUNET_REVOCATION_pow_init (const struct 
GNUNET_IDENTITY_PrivateKey *key,
 }
 
 
-/**
- * Starts a proof-of-work calculation given the pow object as well as
- * target epochs and difficulty.
- *
- * @param pow the PoW to based calculations on.
- * @param epochs the number of epochs for which the PoW must be valid.
- * @param difficulty the base difficulty of the PoW.
- * @return a handle for use in PoW rounds
- */
 struct GNUNET_REVOCATION_PowCalculationHandle*
 GNUNET_REVOCATION_pow_start (struct GNUNET_REVOCATION_PowP *pow,
                              int epochs,

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