aboutsummaryrefslogtreecommitdiff
path: root/src/experimentation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
commitfe76c075e315c0351e2fe465434ae39087daf014 (patch)
tree436887ccaf331932a3c13a8b9d2a2a710dad4be6 /src/experimentation
parent7eb2835d8a494c83aedb720a2ac6f6e5ba23f22f (diff)
downloadgnunet-fe76c075e315c0351e2fe465434ae39087daf014.tar.gz
gnunet-fe76c075e315c0351e2fe465434ae39087daf014.zip
moving to new, fixed-size encoding of public and private ECC keys everywhere, also improving ECC API to better support ECRS/GADS operations
Diffstat (limited to 'src/experimentation')
-rw-r--r--src/experimentation/gnunet-daemon-experimentation_experiments.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/experimentation/gnunet-daemon-experimentation_experiments.c b/src/experimentation/gnunet-daemon-experimentation_experiments.c
index 343544ba8..99348a2cb 100644
--- a/src/experimentation/gnunet-daemon-experimentation_experiments.c
+++ b/src/experimentation/gnunet-daemon-experimentation_experiments.c
@@ -38,7 +38,7 @@
38 */ 38 */
39struct Issuer 39struct Issuer
40{ 40{
41 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pubkey; 41 struct GNUNET_CRYPTO_EccPublicKey pubkey;
42}; 42};
43 43
44 44
@@ -410,7 +410,7 @@ GED_experiments_start ()
410 char *pubkey; 410 char *pubkey;
411 char *pos; 411 char *pos;
412 struct GNUNET_PeerIdentity issuer_ID; 412 struct GNUNET_PeerIdentity issuer_ID;
413 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pub; 413 struct GNUNET_CRYPTO_EccPublicKey pub;
414 struct GNUNET_HashCode hash; 414 struct GNUNET_HashCode hash;
415 415
416 /* Load valid issuer */ 416 /* Load valid issuer */