aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-05 20:42:57 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-05 20:42:57 +0000
commit41194a0e54f842538b7f917662f92de6877f1487 (patch)
tree06d15a8460df6e9f49006a4c2af22285d5e9ecd1 /src/include
parent9597d266858e61d60e316fa1ff7601f6b7208520 (diff)
downloadgnunet-41194a0e54f842538b7f917662f92de6877f1487.tar.gz
gnunet-41194a0e54f842538b7f917662f92de6877f1487.zip
-clarify docu
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index c65c9223a..08f848b1c 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -210,9 +210,7 @@ struct GNUNET_CRYPTO_EcdsaPublicKey
210{ 210{
211 /** 211 /**
212 * Q consists of an x- and a y-value, each mod p (256 bits), given 212 * Q consists of an x- and a y-value, each mod p (256 bits), given
213 * here in affine coordinates. For the Ed25519 curve we need to 213 * here in affine coordinates and Ed25519 standard compact format.
214 * convey the y-value along with the sign. The compact format used
215 * is the same as with EdDSA (little endian).
216 */ 214 */
217 unsigned char q_y[256 / 8]; 215 unsigned char q_y[256 / 8];
218 216