From 15d92636153ebf4f548b6e99ed5e487f4323c55d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sat, 28 Mar 2020 07:57:04 +0100 Subject: [PATCH] Point to explanatory documentation. --- src/include/gnunet_crypto_lib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.25.1