aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/**