From fcc8d05d7e05792d93e97ad2a6a4fa60d096df61 Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Fri, 2 Sep 2022 20:20:06 +0100 Subject: -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, -- cgit v1.2.3