aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-27 16:38:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-27 16:38:29 +0000
commit1dfe9d2c2b33078614179e4bcd43181e8aa782c3 (patch)
tree4aa6107a74f9779f4c4dcc1e61487de82d33417b /src/include/gnunet_psyc_service.h
parent1f5714ff6c83585cb7cd701ca3b7176ef42d3e60 (diff)
downloadgnunet-1dfe9d2c2b33078614179e4bcd43181e8aa782c3.tar.gz
gnunet-1dfe9d2c2b33078614179e4bcd43181e8aa782c3.zip
-GADS is now called GNS
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index 6a20d93d7..4addfa4d9 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -36,7 +36,7 @@
36 * 'places' and 'persons' are combined within the same 36 * 'places' and 'persons' are combined within the same
37 * abstraction, that of a "channel". Channels are identified 37 * abstraction, that of a "channel". Channels are identified
38 * and accessed in this API using a public/private key. 38 * and accessed in this API using a public/private key.
39 * Higher-level applications should use NAMES within GADS 39 * Higher-level applications should use NAMES within GNS
40 * to obtain public keys, and the distinction between 40 * to obtain public keys, and the distinction between
41 * 'places' and 'persons' can then be made with the help 41 * 'places' and 'persons' can then be made with the help
42 * of the naming system (and/or conventions). 42 * of the naming system (and/or conventions).
@@ -52,7 +52,7 @@
52 * @c \#define for the maximum size of a variable). 52 * @c \#define for the maximum size of a variable).
53 * - PSYC defines standard variables, methods, etc. This 53 * - PSYC defines standard variables, methods, etc. This
54 * library deliberately abstracts over all of these; a 54 * library deliberately abstracts over all of these; a
55 * higher-level API should combine the naming system (GADS) 55 * higher-level API should combine the naming system (GNS)
56 * and standard methods (message, join, part, warn, 56 * and standard methods (message, join, part, warn,
57 * fail, error) and variables (action, color, time, 57 * fail, error) and variables (action, color, time,
58 * tag, etc.). However, this API does take over the 58 * tag, etc.). However, this API does take over the
@@ -407,7 +407,7 @@ typedef void
407 * @param channel_key ECC key that will be used to sign messages for this 407 * @param channel_key ECC key that will be used to sign messages for this
408 * PSYC session. The public key is used to identify the PSYC channel. 408 * PSYC session. The public key is used to identify the PSYC channel.
409 * Note that end-users will usually not use the private key directly, but 409 * Note that end-users will usually not use the private key directly, but
410 * rather look it up in GADS for places managed by other users, or select 410 * rather look it up in GNS for places managed by other users, or select
411 * a file with the private key(s) when setting up their own channels 411 * a file with the private key(s) when setting up their own channels
412 * FIXME: we'll likely want to use NOT the p521 curve here, but a cheaper 412 * FIXME: we'll likely want to use NOT the p521 curve here, but a cheaper
413 * one in the future. 413 * one in the future.