]> git.codecow.com Git - Monocypher.git/commitdiff
doc: Fix crypto_ed25519_public_key function name
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Sun, 24 May 2020 13:20:39 +0000 (15:20 +0200)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Sun, 24 May 2020 13:20:39 +0000 (15:20 +0200)
doc/man/man3/optional/crypto_ed25519_sign.3monocypher

index 783f8aa8d46cb3683d7d55d174dd6686814cec2b..ae46bf503ae0167caa0f3c62fc07a2e79c3a20e1 100644 (file)
@@ -8,7 +8,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Copyright (c) 2019 Fabio Scotoni
+.\" Copyright (c) 2019-2020 Fabio Scotoni
 .\" All rights reserved.
 .\"
 .\"
@@ -38,7 +38,7 @@
 .\"
 .\" ----------------------------------------------------------------------------
 .\"
-.\" Written in 2019 by Fabio Scotoni
+.\" Written in 2019-2020 by Fabio Scotoni
 .\"
 .\" To the extent possible under law, the author(s) have dedicated all copyright
 .\" and related neighboring rights to this software to the public domain
 .\" with this software.  If not, see
 .\" <https://creativecommons.org/publicdomain/zero/1.0/>
 .\"
-.Dd December 12, 2019
+.Dd May 24, 2020
 .Dt CRYPTO_ED25519_SIGN 3MONOCYPHER
 .Os
 .Sh NAME
 .Nm crypto_ed25519_sign ,
 .Nm crypto_ed25519_check ,
-.Nm crypto_ed25519_sign_public_key
+.Nm crypto_ed25519_public_key
 .Nd public key signatures
 .Sh SYNOPSIS
 .In monocypher-ed25519.h
 .Ft void
-.Fo crypto_ed25519_sign_public_key
+.Fo crypto_ed25519_public_key
 .Fa "uint8_t public_key[32]"
 .Fa "const uint8_t secret_key[32]"
 .Fc
@@ -96,7 +96,7 @@ described in
 An incremental interface is available; see
 .Xr crypto_ed25519_sign_init_first_pass 3monocypher .
 .Sh RETURN VALUES
-.Fn crypto_ed25519_sign_public_key
+.Fn crypto_ed25519_public_key
 and
 .Fn crypto_ed25519_sign
 return nothing.
@@ -116,7 +116,7 @@ The
 .Fn crypto_ed25519_sign ,
 .Fn crypto_ed25519_check ,
 and
-.Fn crypto_ed25519_sign_public_key
+.Fn crypto_ed25519_public_key
 functions appeared in Monocypher 3.0.0.
 They replace recompilation of Monocypher with the
 .Dv ED25519_SHA512