gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 24/90: -DOC: Comment stripping pass in SECRETSHARING service


From: gnunet
Subject: [gnunet] 24/90: -DOC: Comment stripping pass in SECRETSHARING service
Date: Tue, 18 Oct 2022 03:06:23 +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 fcc8d05d7e05792d93e97ad2a6a4fa60d096df61
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Fri Sep 2 20:20:06 2022 +0100

    -DOC: Comment stripping pass in SECRETSHARING service
---
 src/secretsharing/secretsharing_api.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/secretsharing/secretsharing_api.c 
b/src/secretsharing/secretsharing_api.c
index 98f800c95..0a916e455 100644
--- a/src/secretsharing/secretsharing_api.c
+++ b/src/secretsharing/secretsharing_api.c
@@ -316,19 +316,6 @@ handle_decrypt_done (void *cls,
 }
 
 
-/**
- * Publish the given ciphertext for decryption.  Once a sufficient (>=k) 
number of peers has
- * published the same value, it will be decrypted.
- *
- * When the operation is canceled, the decrypt_cb is not called anymore, but 
the calling
- * peer may already have irrevocably contributed its share for the decryption 
of the value.
- *
- * @param share our secret share to use for decryption
- * @param ciphertext ciphertext to publish in order to decrypt it (if enough 
peers agree)
- * @param decrypt_cb callback called once the decryption succeeded
- * @param decrypt_cb_cls closure for @a decrypt_cb
- * @return handle to cancel the operation
- */
 struct GNUNET_SECRETSHARING_DecryptionHandle *
 GNUNET_SECRETSHARING_decrypt (const struct GNUNET_CONFIGURATION_Handle *cfg,
                               struct GNUNET_SECRETSHARING_Share *share,

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