From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Wed, 25 Mar 2020 06:45:36 +0000 (+0100) Subject: doc intro: Xr the EdDSA->25519 conversion functions X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=6fc91f2cf03a24c795ad7c1c0d43522697e50b52;p=Monocypher.git doc intro: Xr the EdDSA->25519 conversion functions --- diff --git a/doc/man/man3/intro.3monocypher b/doc/man/man3/intro.3monocypher index b9054a4..5862f56 100644 --- a/doc/man/man3/intro.3monocypher +++ b/doc/man/man3/intro.3monocypher @@ -157,6 +157,8 @@ and .Xr crypto_check_init_custom_hash 3monocypher , .Xr crypto_check_update 3monocypher , .Xr crypto_curve_to_hidden 3monocypher , +.Xr crypto_from_eddsa_private 3monocypher , +.Xr crypto_from_eddsa_public 3monocypher , .Xr crypto_hchacha20 3monocypher , .Xr crypto_hidden_key_pair 3monocypher , .Xr crypto_hidden_to_curve 3monocypher , @@ -191,6 +193,8 @@ and .Xr crypto_xchacha20 3monocypher , .Xr crypto_xchacha20_ctr 3monocypher .Ss Optional code +.Xr crypto_from_ed25519_private 3monocypher , +.Xr crypto_from_ed25519_public 3monocypher , .Xr crypto_ed25519_check 3monocypher , .Xr crypto_ed25519_check_init 3monocypher , .Xr crypto_ed25519_check_update 3monocypher ,