aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-03-28 07:57:04 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-03-28 07:57:04 +0100
commit15d92636153ebf4f548b6e99ed5e487f4323c55d (patch)
treeb062e0e6be24b32345bb28345735d7992574ef62 /src/include/gnunet_crypto_lib.h
parent0eaaeeeccd18fcfdef4c37ea56fc40daf097706a (diff)
downloadgnunet-15d92636153ebf4f548b6e99ed5e487f4323c55d.tar.gz
gnunet-15d92636153ebf4f548b6e99ed5e487f4323c55d.zip
Point to explanatory documentation.
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-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{