From: Loup Vaillant Date: Thu, 5 Nov 2020 18:25:20 +0000 (+0100) Subject: Manual: function prototype typo X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=988254c2206be8a4a11ab6933cf320c987d4f625;p=Monocypher.git Manual: function prototype typo --- diff --git a/doc/man/man3/advanced/crypto_x25519_inverse.3monocypher b/doc/man/man3/advanced/crypto_x25519_inverse.3monocypher index 30a2086..e542457 100644 --- a/doc/man/man3/advanced/crypto_x25519_inverse.3monocypher +++ b/doc/man/man3/advanced/crypto_x25519_inverse.3monocypher @@ -60,7 +60,7 @@ .Fo crypto_x25519_inverse .Fa "uint8_t blind_salt[32]" .Fa "const uint8_t private_key[32]" -.Fa "const uint8_t curve_point" +.Fa "const uint8_t curve_point[32]" .Fc .Sh DESCRIPTION The