aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-16 10:28:47 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-16 10:28:47 +0000
commitbfedb2299a323eb0a5ae39fba56b413e11de4d47 (patch)
tree37cc6d583ac38cd55b06e7744a2b40c12a31dea1 /src/include
parent63321de7f2e730f590a5b0560bed321e26738b3f (diff)
downloadgnunet-bfedb2299a323eb0a5ae39fba56b413e11de4d47.tar.gz
gnunet-bfedb2299a323eb0a5ae39fba56b413e11de4d47.zip
-comments
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fs_service.h9
1 files changed, 7 insertions, 2 deletions
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;
81 81
82 82
83/** 83/**
84 * Identifier for a GNUnet pseudonym (the public key). 84 * Identifier for a GNUnet pseudonym (the public key). Q-point, Q=dp.
85 * Q-point, Q=dp. 85 * Note that we (ab)use an identifier of 'all zeros' to mean the
86 * 'anonymous' pseudonym, where the value is actually the point at
87 * infinity; however, that value cannot be represented here. We do
88 * not handle the case where the actual q-Value of some pseudonym
89 * happens to be all zeros as well (as the chance of that is
90 * negligible).
86 */ 91 */
87struct GNUNET_FS_PseudonymIdentifier 92struct GNUNET_FS_PseudonymIdentifier
88{ 93{