aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_dns.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/block_dns.h
parentb62eb443ee3af84f87030fad9fd11a948b1a2503 (diff)
downloadgnunet-022002438e4047d235a688cfd9da7b63ab990103.tar.gz
gnunet-022002438e4047d235a688cfd9da7b63ab990103.zip
-switching GNS from RSA to ECC
Diffstat (limited to 'src/include/block_dns.h')
-rw-r--r--src/include/block_dns.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h
index 0ca5a47a5..c7e1fbb55 100644
--- a/src/include/block_dns.h
+++ b/src/include/block_dns.h
@@ -47,18 +47,18 @@ struct GNUNET_DNS_Record
47 /** 47 /**
48 * Signature of the peer affirming that he is offering the service. 48 * Signature of the peer affirming that he is offering the service.
49 */ 49 */
50 struct GNUNET_CRYPTO_RsaSignature signature; 50 struct GNUNET_CRYPTO_EccSignature signature;
51 51
52 /** 52 /**
53 * Beginning of signed portion of the record, signs everything until 53 * Beginning of signed portion of the record, signs everything until
54 * the end of the struct. 54 * the end of the struct.
55 */ 55 */
56 struct GNUNET_CRYPTO_RsaSignaturePurpose purpose; 56 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
57 57
58 /** 58 /**
59 * The peer providing this service 59 * The peer providing this service
60 */ 60 */
61 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded peer; 61 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded peer;
62 62
63 /** 63 /**
64 * The descriptor for the service 64 * The descriptor for the service