aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_gns.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_gns.h
parentb62eb443ee3af84f87030fad9fd11a948b1a2503 (diff)
downloadgnunet-022002438e4047d235a688cfd9da7b63ab990103.tar.gz
gnunet-022002438e4047d235a688cfd9da7b63ab990103.zip
-switching GNS from RSA to ECC
Diffstat (limited to 'src/include/block_gns.h')
-rw-r--r--src/include/block_gns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/block_gns.h b/src/include/block_gns.h
index 7b4ceed18..2f864f4d3 100644
--- a/src/include/block_gns.h
+++ b/src/include/block_gns.h
@@ -39,12 +39,12 @@ struct GNSNameRecordBlock
39 /** 39 /**
40 * The public key of the authority 40 * The public key of the authority
41 */ 41 */
42 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded public_key; 42 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded public_key;
43 43
44 /** 44 /**
45 * GNUNET_RSA_Signature using RSA-key generated from the records. 45 * GNUNET_RSA_Signature using RSA-key generated from the records.
46 */ 46 */
47 struct GNUNET_CRYPTO_RsaSignature signature; 47 struct GNUNET_CRYPTO_EccSignature signature;
48 48
49 /* number of records that follow */ 49 /* number of records that follow */
50 uint32_t rd_count GNUNET_PACKED; 50 uint32_t rd_count GNUNET_PACKED;