gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 80/90: -DOC: Documentation cleanup pass through SECRETSHARING s


From: gnunet
Subject: [gnunet] 80/90: -DOC: Documentation cleanup pass through SECRETSHARING subsystem
Date: Tue, 18 Oct 2022 03:07:19 +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 4d89255df689e89e1455fb665f138c5a5f16a418
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Thu Sep 8 00:00:30 2022 +0100

    -DOC: Documentation cleanup pass through SECRETSHARING subsystem
---
 src/secretsharing/gnunet-service-secretsharing.c |  1 -
 src/secretsharing/secretsharing_api.c            | 13 -------------
 2 files changed, 14 deletions(-)

diff --git a/src/secretsharing/gnunet-service-secretsharing.c 
b/src/secretsharing/gnunet-service-secretsharing.c
index 939b7827d..84338bd11 100644
--- a/src/secretsharing/gnunet-service-secretsharing.c
+++ b/src/secretsharing/gnunet-service-secretsharing.c
@@ -653,7 +653,6 @@ keygen_session_destroy (struct KeygenSession *ks)
  * Task run during shutdown.
  *
  * @param cls unused
- * @param tc unused
  */
 static void
 cleanup_task (void *cls)
diff --git a/src/secretsharing/secretsharing_api.c 
b/src/secretsharing/secretsharing_api.c
index 0a916e455..595af751f 100644
--- a/src/secretsharing/secretsharing_api.c
+++ b/src/secretsharing/secretsharing_api.c
@@ -418,19 +418,6 @@ GNUNET_SECRETSHARING_plaintext_generate_i (struct
 }
 
 
-/**
- * Encrypt a value.  This operation is executed locally, no communication is
- * necessary.
- *
- * This is a helper function, encryption can be done solely with a session's 
public key
- * and the crypto system parameters.
- *
- * @param public_key public key to use for decryption
- * @param message message to encrypt
- * @param message_size number of bytes in @a message
- * @param result_ciphertext pointer to store the resulting ciphertext
- * @return #GNUNET_YES on success, #GNUNET_SYSERR if the message is invalid 
(invalid range)
- */
 int
 GNUNET_SECRETSHARING_encrypt (const struct
                               GNUNET_SECRETSHARING_PublicKey *public_key,

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