gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30424 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r30424 - gnunet/src/include
Date: Sun, 27 Oct 2013 12:12:12 +0100

Author: grothoff
Date: 2013-10-27 12:12:12 +0100 (Sun, 27 Oct 2013)
New Revision: 30424

Modified:
   gnunet/src/include/gnunet_identity_service.h
Log:
-better comment

Modified: gnunet/src/include/gnunet_identity_service.h
===================================================================
--- gnunet/src/include/gnunet_identity_service.h        2013-10-26 17:21:23 UTC 
(rev 30423)
+++ gnunet/src/include/gnunet_identity_service.h        2013-10-27 11:12:12 UTC 
(rev 30424)
@@ -23,14 +23,13 @@
  * @brief Identity service; implements identity management for GNUnet
  * @author Christian Grothoff
  *
- * Identities in GNUnet are ECDSA keys.  You assume an identity by
- * using (signing with) a particular private key.  As GNUnet users are
- * expected to have many egos, we need an identity service to
- * allow users to manage their egos.  The identity service
- * manages the egos (private keys) of the local user; it does
- * NOT manage identities of other users (public keys).  For giving
- * names to other users and manage their public keys securely, we
- * use GNS.
+ * Egos in GNUnet are ECDSA keys.  You assume an ego by using (signing
+ * with) a particular private key.  As GNUnet users are expected to
+ * have many egos, we need an identity service to allow users to
+ * manage their egos.  The identity service manages the egos (private
+ * keys) of the local user; it does NOT manage egos of other users
+ * (public keys).  For giving names to other users and manage their
+ * public keys securely, we use GNS.
  *
  * @defgroup identity identity management service
  * @{




reply via email to

[Prev in Thread] Current Thread [Next in Thread]