From e689ee017aa0a144439d7eb067b0308e8eff526a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Sep 2013 13:04:46 +0000 Subject: change .zkey encoding in anticipation of compact point encodings --- src/include/gnunet_namestore_service.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h index 8982df2bc..ef7d516af 100644 --- a/src/include/gnunet_namestore_service.h +++ b/src/include/gnunet_namestore_service.h @@ -613,8 +613,8 @@ GNUNET_NAMESTORE_z2s (const struct GNUNET_CRYPTO_EccPublicKey *z); * This is one of the very few calls in the entire API that is * NOT reentrant! * - * @param pkey a public key with (x,y) on the eliptic curve - * @return string "Y.X.zkey" where X and Y are the coordinates of the public + * @param pkey a public key with a point on the eliptic curve + * @return string "X.zkey" where X is the coordinates of the public * key in an encoding suitable for DNS labels. */ const char * @@ -625,9 +625,9 @@ GNUNET_NAMESTORE_pkey_to_zkey (const struct GNUNET_CRYPTO_EccPublicKey *pkey); * Convert an absolute domain name in the ".zkey" pTLD to the * respective public key. * - * @param zkey string "Y.X.zkey" where X and Y are the coordinates of the public + * @param zkey string "X.zkey" where X is the public * key in an encoding suitable for DNS labels. - * @param pkey set to a public key with (x,y) on the eliptic curve + * @param pkey set to a public key on the eliptic curve * @return #GNUNET_SYSERR if @a zkey has the wrong syntax */ int -- cgit v1.2.3