aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.c
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/escrow/escrow_api.c
parent21d4a4190434310f44e4a566dfefbd0e9e1bdf75 (diff)
downloadgnunet-fad9b5ac52c85dacd2fe5f08687944ee8339f592.tar.gz
gnunet-fad9b5ac52c85dacd2fe5f08687944ee8339f592.zip
add note for the uniqueness of the GNS userSecret
Diffstat (limited to 'src/escrow/escrow_api.c')
-rw-r--r--src/escrow/escrow_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/escrow/escrow_api.c b/src/escrow/escrow_api.c
index 1c81a7f6e..ddbf6a2b7 100644
--- a/src/escrow/escrow_api.c
+++ b/src/escrow/escrow_api.c
@@ -232,6 +232,7 @@ handle_start_escrow_result (void *cls)
232 * @param h the handle for the escrow component 232 * @param h the handle for the escrow component
233 * @param ego the identity ego to put in escrow 233 * @param ego the identity ego to put in escrow
234 * @param userSecret the user secret (e.g. for derivation of escrow identities) 234 * @param userSecret the user secret (e.g. for derivation of escrow identities)
235 * for GNS escrow, this has to be UNIQUE in the whole network!
235 * @param method the escrow method to use 236 * @param method the escrow method to use
236 * @param cb function to call with the escrow anchor on completion 237 * @param cb function to call with the escrow anchor on completion
237 * @param cb_cls closure for @a cb 238 * @param cb_cls closure for @a cb