From 022002438e4047d235a688cfd9da7b63ab990103 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 29 May 2013 08:18:55 +0000 Subject: -switching GNS from RSA to ECC --- src/include/gnunet_gns_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_gns_service.h') 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, const char * name, enum GNUNET_GNS_RecordType type, int only_cached, - struct GNUNET_CRYPTO_RsaPrivateKey *shorten_key, + struct GNUNET_CRYPTO_EccPrivateKey *shorten_key, GNUNET_GNS_LookupResultProcessor proc, void *proc_cls); @@ -199,7 +199,7 @@ GNUNET_GNS_lookup_zone (struct GNUNET_GNS_Handle *handle, struct GNUNET_CRYPTO_ShortHashCode *zone, enum GNUNET_GNS_RecordType type, int only_cached, - struct GNUNET_CRYPTO_RsaPrivateKey *shorten_key, + struct GNUNET_CRYPTO_EccPrivateKey *shorten_key, GNUNET_GNS_LookupResultProcessor proc, void *proc_cls); -- cgit v1.2.3