aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-05 04:53:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-05 04:53:22 +0000
commitf8d2ebe644cd152f568f3a19973f411aea69ab7c (patch)
tree86646697e25e4776c6dd84aeb10d45cd1c57af0d /src/include/gnunet_crypto_lib.h
parent6f5702b70db3b74bf33764c8b3c832dbf333e6cb (diff)
downloadgnunet-f8d2ebe644cd152f568f3a19973f411aea69ab7c.tar.gz
gnunet-f8d2ebe644cd152f568f3a19973f411aea69ab7c.zip
-76 is right, but you have to delete your ~/.gnunet/private.ecc
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 41a9925c7..4ef7f5383 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -102,7 +102,7 @@ enum GNUNET_CRYPTO_Quality
102/** 102/**
103 * Maximum length of the public key (q-point, Q = dP) when encoded. 103 * Maximum length of the public key (q-point, Q = dP) when encoded.
104 */ 104 */
105#define GNUNET_CRYPTO_ECC_MAX_PUBLIC_KEY_LENGTH 133 105#define GNUNET_CRYPTO_ECC_MAX_PUBLIC_KEY_LENGTH 76
106 106
107 107
108/** 108/**