aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_namestore_service.h8
1 files changed, 4 insertions, 4 deletions
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);
613 * This is one of the very few calls in the entire API that is 613 * This is one of the very few calls in the entire API that is
614 * NOT reentrant! 614 * NOT reentrant!
615 * 615 *
616 * @param pkey a public key with (x,y) on the eliptic curve 616 * @param pkey a public key with a point on the eliptic curve
617 * @return string "Y.X.zkey" where X and Y are the coordinates of the public 617 * @return string "X.zkey" where X is the coordinates of the public
618 * key in an encoding suitable for DNS labels. 618 * key in an encoding suitable for DNS labels.
619 */ 619 */
620const char * 620const char *
@@ -625,9 +625,9 @@ GNUNET_NAMESTORE_pkey_to_zkey (const struct GNUNET_CRYPTO_EccPublicKey *pkey);
625 * Convert an absolute domain name in the ".zkey" pTLD to the 625 * Convert an absolute domain name in the ".zkey" pTLD to the
626 * respective public key. 626 * respective public key.
627 * 627 *
628 * @param zkey string "Y.X.zkey" where X and Y are the coordinates of the public 628 * @param zkey string "X.zkey" where X is the public
629 * key in an encoding suitable for DNS labels. 629 * key in an encoding suitable for DNS labels.
630 * @param pkey set to a public key with (x,y) on the eliptic curve 630 * @param pkey set to a public key on the eliptic curve
631 * @return #GNUNET_SYSERR if @a zkey has the wrong syntax 631 * @return #GNUNET_SYSERR if @a zkey has the wrong syntax
632 */ 632 */
633int 633int