aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index f22e87075..e0f453b39 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -183,7 +183,9 @@ struct GNUNET_CRYPTO_EcdsaSignature
183 183
184/** 184/**
185 * Public ECC key (always for curve Ed25519) encoded in a format 185 * Public ECC key (always for curve Ed25519) encoded in a format
186 * suitable for network transmission and EdDSA signatures. 186 * suitable for network transmission and EdDSA signatures. Refer
187 * to section 5.1.3 of rfc8032, for a thorough explanation of how
188 * this value maps to the x- and y-coordinates.
187 */ 189 */
188struct GNUNET_CRYPTO_EddsaPublicKey 190struct GNUNET_CRYPTO_EddsaPublicKey
189{ 191{