aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-10 08:43:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-10 08:43:45 +0000
commit1c4da5a4f7d6d28ad36c055127062192d2ba8454 (patch)
tree0c41bf7f658ff23f45dc2bf838349252b08c5393 /src/secretsharing
parentecde9b6b2202126151e34998991b6f35e6d7d149 (diff)
downloadgnunet-1c4da5a4f7d6d28ad36c055127062192d2ba8454.tar.gz
gnunet-1c4da5a4f7d6d28ad36c055127062192d2ba8454.zip
-doxygen fixes
Diffstat (limited to 'src/secretsharing')
-rw-r--r--src/secretsharing/gnunet-service-secretsharing.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/secretsharing/gnunet-service-secretsharing.c b/src/secretsharing/gnunet-service-secretsharing.c
index e9417080e..4020a554a 100644
--- a/src/secretsharing/gnunet-service-secretsharing.c
+++ b/src/secretsharing/gnunet-service-secretsharing.c
@@ -239,8 +239,8 @@ hash_cmp (const void *h1, const void *h2)
239 * 239 *
240 * @param listed peers in the unnormalized list 240 * @param listed peers in the unnormalized list
241 * @param num_listed peers in the un-normalized list 241 * @param num_listed peers in the un-normalized list
242 * @param num_normalized[out] number of peers in the normalized list 242 * @param[out] num_normalized number of peers in the normalized list
243 * @param my_peer_idx[out] index of the local peer in the normalized list 243 * @param[out] my_peer_idx index of the local peer in the normalized list
244 * @return normalized list, must be free'd by the caller 244 * @return normalized list, must be free'd by the caller
245 */ 245 */
246static struct GNUNET_PeerIdentity * 246static struct GNUNET_PeerIdentity *
@@ -434,7 +434,7 @@ keygen_round1_new_element (void *cls,
434 434
435/** 435/**
436 * Evaluate the polynomial with coefficients @a coeff at @a x. 436 * Evaluate the polynomial with coefficients @a coeff at @a x.
437 * The i-th element in @coeff corresponds to the coefficient of x^i. 437 * The i-th element in @a coeff corresponds to the coefficient of x^i.
438 * 438 *
439 * @param[out] z result of the evaluation 439 * @param[out] z result of the evaluation
440 * @param coeff array of coefficients 440 * @param coeff array of coefficients
@@ -616,7 +616,7 @@ static void handle_client_decrypt (void *cls,
616 * 616 *
617 * @param cls closure 617 * @param cls closure
618 * @param server the initialized server 618 * @param server the initialized server
619 * @param cfg configuration to use 619 * @param c configuration to use
620 */ 620 */
621static void 621static void
622run (void *cls, struct GNUNET_SERVER_Handle *server, 622run (void *cls, struct GNUNET_SERVER_Handle *server,