From bfedb2299a323eb0a5ae39fba56b413e11de4d47 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Apr 2013 10:28:47 +0000 Subject: -comments --- src/include/gnunet_fs_service.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_fs_service.h') diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h index 83279cb08..32f7dad40 100644 --- a/src/include/gnunet_fs_service.h +++ b/src/include/gnunet_fs_service.h @@ -81,8 +81,13 @@ struct GNUNET_FS_Uri; /** - * Identifier for a GNUnet pseudonym (the public key). - * Q-point, Q=dp. + * Identifier for a GNUnet pseudonym (the public key). Q-point, Q=dp. + * Note that we (ab)use an identifier of 'all zeros' to mean the + * 'anonymous' pseudonym, where the value is actually the point at + * infinity; however, that value cannot be represented here. We do + * not handle the case where the actual q-Value of some pseudonym + * happens to be all zeros as well (as the chance of that is + * negligible). */ struct GNUNET_FS_PseudonymIdentifier { -- cgit v1.2.3