aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_secretsharing_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_secretsharing_service.h')
-rw-r--r--src/include/gnunet_secretsharing_service.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/include/gnunet_secretsharing_service.h b/src/include/gnunet_secretsharing_service.h
index 69f22532a..793d33ba0 100644
--- a/src/include/gnunet_secretsharing_service.h
+++ b/src/include/gnunet_secretsharing_service.h
@@ -19,9 +19,14 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_secretsharing_service.h
23 * @brief verifiable additive secret sharing and cooperative decryption
24 * @author Florian Dold 22 * @author Florian Dold
23 *
24 * @file
25 * Verifiable additive secret sharing and cooperative decryption
26 *
27 * @defgroup secretsharing Secret Sharing service
28 * Verifiable additive secret sharing and cooperative decryption.
29 * @{
25 */ 30 */
26 31
27#ifndef GNUNET_SECRETSHARING_SERVICE_H 32#ifndef GNUNET_SECRETSHARING_SERVICE_H
@@ -319,8 +324,6 @@ GNUNET_SECRETSHARING_plaintext_generate_i (struct GNUNET_SECRETSHARING_Plaintext
319 int64_t exponent); 324 int64_t exponent);
320 325
321 326
322
323
324#if 0 /* keep Emacsens' auto-indent happy */ 327#if 0 /* keep Emacsens' auto-indent happy */
325{ 328{
326#endif 329#endif
@@ -329,3 +332,5 @@ GNUNET_SECRETSHARING_plaintext_generate_i (struct GNUNET_SECRETSHARING_Plaintext
329#endif 332#endif
330 333
331#endif 334#endif
335
336/** @} */ /* end of group */