aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 20:19:46 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:28 +0100
commit376446dfddaa6a959500c08902dc276cd527bee6 (patch)
tree018b947ee6b2447e95e8567e9f17eaaed8085850 /src/scalarproduct
parent9fea498a6a2952635ac0a2947da3cc75fcda3724 (diff)
downloadgnunet-376446dfddaa6a959500c08902dc276cd527bee6.tar.gz
gnunet-376446dfddaa6a959500c08902dc276cd527bee6.zip
-DOC: Comment stripping pass in SCALARPRODUCT service
Diffstat (limited to 'src/scalarproduct')
-rw-r--r--src/scalarproduct/scalarproduct_api.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/scalarproduct/scalarproduct_api.c b/src/scalarproduct/scalarproduct_api.c
index 44d6bd812..db8748f93 100644
--- a/src/scalarproduct/scalarproduct_api.c
+++ b/src/scalarproduct/scalarproduct_api.c
@@ -210,17 +210,6 @@ mq_error_handler (void *cls,
210} 210}
211 211
212 212
213/**
214 * Used by Bob's client to cooperate with Alice,
215 *
216 * @param cfg the gnunet configuration handle
217 * @param key Session key unique to the requesting client
218 * @param elements Array of elements of the vector
219 * @param element_count Number of elements in the @a elements vector
220 * @param cont Callback function
221 * @param cont_cls Closure for @a cont
222 * @return a new handle for this computation
223 */
224struct GNUNET_SCALARPRODUCT_ComputationHandle * 213struct GNUNET_SCALARPRODUCT_ComputationHandle *
225GNUNET_SCALARPRODUCT_accept_computation ( 214GNUNET_SCALARPRODUCT_accept_computation (
226 const struct GNUNET_CONFIGURATION_Handle *cfg, 215 const struct GNUNET_CONFIGURATION_Handle *cfg,
@@ -368,18 +357,6 @@ process_result_message (struct GNUNET_SCALARPRODUCT_ComputationHandle *h,
368} 357}
369 358
370 359
371/**
372 * Request by Alice's client for computing a scalar product
373 *
374 * @param cfg the gnunet configuration handle
375 * @param session_key Session key should be unique to the requesting client
376 * @param peer PeerID of the other peer
377 * @param elements Array of elements of the vector
378 * @param element_count Number of elements in the @a elements vector
379 * @param cont Callback function
380 * @param cont_cls Closure for @a cont
381 * @return a new handle for this computation
382 */
383struct GNUNET_SCALARPRODUCT_ComputationHandle * 360struct GNUNET_SCALARPRODUCT_ComputationHandle *
384GNUNET_SCALARPRODUCT_start_computation ( 361GNUNET_SCALARPRODUCT_start_computation (
385 const struct GNUNET_CONFIGURATION_Handle *cfg, 362 const struct GNUNET_CONFIGURATION_Handle *cfg,