aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-07 21:58:10 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-07 21:58:10 +0000
commitc2285a823c199a7dd8c95b5441cfd681aac4f7e6 (patch)
treefbc47af028475d76c3e90b58f91016010021a9e1 /src/scalarproduct/gnunet-service-scalarproduct.h
parent7082f581f7f7c32fba7af6c22175efc6db2dae61 (diff)
downloadgnunet-c2285a823c199a7dd8c95b5441cfd681aac4f7e6.tar.gz
gnunet-c2285a823c199a7dd8c95b5441cfd681aac4f7e6.zip
-clarify docs
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct.h')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.h b/src/scalarproduct/gnunet-service-scalarproduct.h
index f0c3fa22d..2d4d40353 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.h
+++ b/src/scalarproduct/gnunet-service-scalarproduct.h
@@ -131,7 +131,8 @@ struct BobCryptodataMultipartMessage
131 uint32_t contained_element_count GNUNET_PACKED; 131 uint32_t contained_element_count GNUNET_PACKED;
132 132
133 /** 133 /**
134 * struct GNUNET_CRYPTO_PaillierCiphertext[multipart_element_count] 134 * Followed by `struct
135 * GNUNET_CRYPTO_PaillierCiphertext[contained_element_count]`
135 */ 136 */
136}; 137};
137 138