aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-29 12:51:37 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-29 12:51:37 +0200
commite0be2a0d9aa80de607f01ab45e79f9f8d8416a8f (patch)
treeb48a2ef96c11c353a8ad63f0055546d62c3e9625
parent73514dd0e561b521c2c23eb6038301eac3cdcbb1 (diff)
parent15d92636153ebf4f548b6e99ed5e487f4323c55d (diff)
downloadgnunet-e0be2a0d9aa80de607f01ab45e79f9f8d8416a8f.tar.gz
gnunet-e0be2a0d9aa80de607f01ab45e79f9f8d8416a8f.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
-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{