aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_escrow_lib.h
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-08-21 17:17:49 +0200
committerjospaeth <spaethj@in.tum.de>2020-08-21 17:17:49 +0200
commitfad9b5ac52c85dacd2fe5f08687944ee8339f592 (patch)
treebe9b5aa92bcce38bd82ecdf8c3ccb018487f1847 /src/include/gnunet_escrow_lib.h
parent21d4a4190434310f44e4a566dfefbd0e9e1bdf75 (diff)
downloadgnunet-fad9b5ac52c85dacd2fe5f08687944ee8339f592.tar.gz
gnunet-fad9b5ac52c85dacd2fe5f08687944ee8339f592.zip
add note for the uniqueness of the GNS userSecret
Diffstat (limited to 'src/include/gnunet_escrow_lib.h')
-rw-r--r--src/include/gnunet_escrow_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_escrow_lib.h b/src/include/gnunet_escrow_lib.h
index dabd0d83d..069328151 100644
--- a/src/include/gnunet_escrow_lib.h
+++ b/src/include/gnunet_escrow_lib.h
@@ -281,6 +281,7 @@ GNUNET_ESCROW_fini (
281 * @param h the handle for the escrow component 281 * @param h the handle for the escrow component
282 * @param ego the identity ego to put in escrow 282 * @param ego the identity ego to put in escrow
283 * @param userSecret the user secret (e.g. for derivation of escrow identities) 283 * @param userSecret the user secret (e.g. for derivation of escrow identities)
284 * for GNS escrow, this has to be UNIQUE in the whole network!
284 * @param method the escrow method to use 285 * @param method the escrow method to use
285 * @param cb function to call with the escrow anchor on completion 286 * @param cb function to call with the escrow anchor on completion
286 * @param cb_cls closure for @a cb 287 * @param cb_cls closure for @a cb