aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_gns.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/plugin_escrow_gns.c
parent21d4a4190434310f44e4a566dfefbd0e9e1bdf75 (diff)
downloadgnunet-fad9b5ac52c85dacd2fe5f08687944ee8339f592.tar.gz
gnunet-fad9b5ac52c85dacd2fe5f08687944ee8339f592.zip
add note for the uniqueness of the GNS userSecret
Diffstat (limited to 'src/escrow/plugin_escrow_gns.c')
-rw-r--r--src/escrow/plugin_escrow_gns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_gns.c b/src/escrow/plugin_escrow_gns.c
index 985449625..79b2519fa 100644
--- a/src/escrow/plugin_escrow_gns.c
+++ b/src/escrow/plugin_escrow_gns.c
@@ -996,7 +996,8 @@ continue_start (void *cls)
996 * 996 *
997 * @param h the handle for the escrow component 997 * @param h the handle for the escrow component
998 * @param ego the identity ego containing the private key 998 * @param ego the identity ego containing the private key
999 * @param userSecret the user secret (e.g. for derivation of escrow identities) 999 * @param userSecret the user secret (used for derivation of escrow identities)
1000 * this has to be UNIQUE in the whole network!
1000 * @param cb the function called upon completion 1001 * @param cb the function called upon completion
1001 * @param op_id unique ID of the respective ESCROW_Operation 1002 * @param op_id unique ID of the respective ESCROW_Operation
1002 * 1003 *