From f271c0f567f00a9adaba5712e21ccd8129e17d74 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Jul 2013 19:25:22 +0000 Subject: -renaming pseudonym to ego in identity service --- src/identity/gnunet-service-identity.c | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'src/identity/gnunet-service-identity.c') diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c index 05f9ce134..c1ef9565f 100644 --- a/src/identity/gnunet-service-identity.c +++ b/src/identity/gnunet-service-identity.c @@ -20,27 +20,16 @@ /** * @file identity/gnunet-service-identity.c - * @brief network size estimation service - * @author Nathan Evans + * @brief identity (management_ service * @author Christian Grothoff * - * The purpose of this service is to estimate the size of the network. - * Given a specified interval, each peer hashes the most recent - * timestamp which is evenly divisible by that interval. This hash is - * compared in distance to the peer identity to choose an offset. The - * closer the peer identity to the hashed timestamp, the earlier the - * peer sends out a "nearest peer" message. The closest peer's - * message should thus be received before any others, which stops - * those peer from sending their messages at a later duration. So - * every peer should receive the same nearest peer message, and from - * this can calculate the expected number of peers in the network. + * The purpose of this service is to manage private keys that + * represent the various egos/pseudonyms/identities of a GNUnet user. */ #include "platform.h" -#include #include "gnunet_util_lib.h" #include "gnunet_constants.h" #include "gnunet_protocols.h" -#include "gnunet_signatures.h" #include "gnunet_statistics_service.h" #include "gnunet_identity_service.h" #include "identity.h" -- cgit v1.2.3