aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 20:20:06 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:28 +0100
commitfcc8d05d7e05792d93e97ad2a6a4fa60d096df61 (patch)
treed437757189bafa0b738f9483adfb317cafa6f741
parent376446dfddaa6a959500c08902dc276cd527bee6 (diff)
downloadgnunet-fcc8d05d7e05792d93e97ad2a6a4fa60d096df61.tar.gz
gnunet-fcc8d05d7e05792d93e97ad2a6a4fa60d096df61.zip
-DOC: Comment stripping pass in SECRETSHARING service
-rw-r--r--src/secretsharing/secretsharing_api.c13
1 files changed, 0 insertions, 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,
316} 316}
317 317
318 318
319/**
320 * Publish the given ciphertext for decryption. Once a sufficient (>=k) number of peers has
321 * published the same value, it will be decrypted.
322 *
323 * When the operation is canceled, the decrypt_cb is not called anymore, but the calling
324 * peer may already have irrevocably contributed its share for the decryption of the value.
325 *
326 * @param share our secret share to use for decryption
327 * @param ciphertext ciphertext to publish in order to decrypt it (if enough peers agree)
328 * @param decrypt_cb callback called once the decryption succeeded
329 * @param decrypt_cb_cls closure for @a decrypt_cb
330 * @return handle to cancel the operation
331 */
332struct GNUNET_SECRETSHARING_DecryptionHandle * 319struct GNUNET_SECRETSHARING_DecryptionHandle *
333GNUNET_SECRETSHARING_decrypt (const struct GNUNET_CONFIGURATION_Handle *cfg, 320GNUNET_SECRETSHARING_decrypt (const struct GNUNET_CONFIGURATION_Handle *cfg,
334 struct GNUNET_SECRETSHARING_Share *share, 321 struct GNUNET_SECRETSHARING_Share *share,