aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-29 08:18:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-29 08:18:55 +0000
commit022002438e4047d235a688cfd9da7b63ab990103 (patch)
tree8d0cb444a3ab376b5a8f614fb87bdeb31e7b3327 /src/include/gnunet_gns_service.h
parentb62eb443ee3af84f87030fad9fd11a948b1a2503 (diff)
downloadgnunet-022002438e4047d235a688cfd9da7b63ab990103.tar.gz
gnunet-022002438e4047d235a688cfd9da7b63ab990103.zip
-switching GNS from RSA to ECC
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 8d2fde3d6..739bfa0f6 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -173,7 +173,7 @@ GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
173 const char * name, 173 const char * name,
174 enum GNUNET_GNS_RecordType type, 174 enum GNUNET_GNS_RecordType type,
175 int only_cached, 175 int only_cached,
176 struct GNUNET_CRYPTO_RsaPrivateKey *shorten_key, 176 struct GNUNET_CRYPTO_EccPrivateKey *shorten_key,
177 GNUNET_GNS_LookupResultProcessor proc, 177 GNUNET_GNS_LookupResultProcessor proc,
178 void *proc_cls); 178 void *proc_cls);
179 179
@@ -199,7 +199,7 @@ GNUNET_GNS_lookup_zone (struct GNUNET_GNS_Handle *handle,
199 struct GNUNET_CRYPTO_ShortHashCode *zone, 199 struct GNUNET_CRYPTO_ShortHashCode *zone,
200 enum GNUNET_GNS_RecordType type, 200 enum GNUNET_GNS_RecordType type,
201 int only_cached, 201 int only_cached,
202 struct GNUNET_CRYPTO_RsaPrivateKey *shorten_key, 202 struct GNUNET_CRYPTO_EccPrivateKey *shorten_key,
203 GNUNET_GNS_LookupResultProcessor proc, 203 GNUNET_GNS_LookupResultProcessor proc,
204 void *proc_cls); 204 void *proc_cls);
205 205