From c72e9de9e19d135f49a5ed120bc8a5cc6025b6db Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 29 Mar 2020 16:52:27 +0200 Subject: [PATCH] Manual: fixed function name --- doc/man/man3/crypto_x25519_dirty_fast.3monocypher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man3/crypto_x25519_dirty_fast.3monocypher b/doc/man/man3/crypto_x25519_dirty_fast.3monocypher index 2b5bba9..678d9ea 100644 --- a/doc/man/man3/crypto_x25519_dirty_fast.3monocypher +++ b/doc/man/man3/crypto_x25519_dirty_fast.3monocypher @@ -58,12 +58,12 @@ .Sh SYNOPSIS .In monocypher.h .Ft void -.Fo crypto_hidden_to_curve_fast +.Fo crypto_x25519_dirty_fast .Fa "uint8_t pk[32]" .Fa "const uint8_t sk[32]" .Fc .Ft void -.Fo crypto_hidden_to_curve_small +.Fo crypto_x25519_dirty_small .Fa "uint8_t pk[32]" .Fa "const uint8_t sk[32]" .Fc -- 2.47.3