commit 41194a0e54f842538b7f917662f92de6877f1487 parent 9597d266858e61d60e316fa1ff7601f6b7208520 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 5 Nov 2013 20:42:57 +0000 -clarify docu Diffstat:
| M | src/include/gnunet_crypto_lib.h | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h @@ -210,9 +210,7 @@ struct GNUNET_CRYPTO_EcdsaPublicKey { /** * Q consists of an x- and a y-value, each mod p (256 bits), given - * here in affine coordinates. For the Ed25519 curve we need to - * convey the y-value along with the sign. The compact format used - * is the same as with EdDSA (little endian). + * here in affine coordinates and Ed25519 standard compact format. */ unsigned char q_y[256 / 8];