From 988254c2206be8a4a11ab6933cf320c987d4f625 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Thu, 5 Nov 2020 19:25:20 +0100 Subject: [PATCH] Manual: function prototype typo --- doc/man/man3/advanced/crypto_x25519_inverse.3monocypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3