diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-04-16 10:28:47 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-04-16 10:28:47 +0000 |
commit | bfedb2299a323eb0a5ae39fba56b413e11de4d47 (patch) | |
tree | 37cc6d583ac38cd55b06e7744a2b40c12a31dea1 /src/include/gnunet_fs_service.h | |
parent | 63321de7f2e730f590a5b0560bed321e26738b3f (diff) |
-comments
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r-- | src/include/gnunet_fs_service.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h index 83279cb083..32f7dad400 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 { |