From: Marcello Stanisci Date: Sat, 28 Mar 2020 06:57:04 +0000 (+0100) Subject: Point to explanatory documentation. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=15d92636153ebf4f548b6e99ed5e487f4323c55d;p=oweals%2Fgnunet.git Point to explanatory documentation. --- 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 /** * Public ECC key (always for curve Ed25519) encoded in a format - * suitable for network transmission and EdDSA signatures. + * suitable for network transmission and EdDSA signatures. Refer + * to section 5.1.3 of rfc8032, for a thorough explanation of how + * this value maps to the x- and y-coordinates. */ struct GNUNET_CRYPTO_EddsaPublicKey {