aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 4dfe618a9..41a9925c7 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 76 105#define GNUNET_CRYPTO_ECC_MAX_PUBLIC_KEY_LENGTH 133
106 106
107 107
108/** 108/**