aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index f1a4b31e9..4622e20a9 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -19,10 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_identity_service.h
23 * @brief Identity service; implements identity management for GNUnet
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * 23 *
24 * @file
25 * Identity service; implements identity management for GNUnet
26 *
27 * @defgroup identity Identity service
28 * Identity management.
29 *
26 * Egos in GNUnet are ECDSA keys. You assume an ego by using (signing 30 * Egos in GNUnet are ECDSA keys. You assume an ego by using (signing
27 * with) a particular private key. As GNUnet users are expected to 31 * with) a particular private key. As GNUnet users are expected to
28 * have many egos, we need an identity service to allow users to 32 * have many egos, we need an identity service to allow users to
@@ -31,7 +35,6 @@
31 * (public keys). For giving names to other users and manage their 35 * (public keys). For giving names to other users and manage their
32 * public keys securely, we use GNS. 36 * public keys securely, we use GNS.
33 * 37 *
34 * @defgroup identity identity management service
35 * @{ 38 * @{
36 */ 39 */
37#ifndef GNUNET_IDENTITY_SERVICE_H 40#ifndef GNUNET_IDENTITY_SERVICE_H