From 7ac4166a5019242dbeb6d29998b9e013894810c4 Mon Sep 17 00:00:00 2001 From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Tue, 10 Dec 2019 11:15:00 +0100 Subject: [PATCH] Documentation: Minor wording improvment for custom hash functions --- .../man3/crypto_sign_init_first_pass_custom_hash.3monocypher | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher b/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher index 1cb64b2..438930c 100644 --- a/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher +++ b/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher @@ -36,10 +36,12 @@ They provide the ability to replace the EdDSA hash function with any user-provided hash function. .Pp .Sy This is a highly advanced feature . +Interoperability of public key signatures +with other cryptographic libraries can normally be achieved by using .Xr crypto_ed25519_sign 3monocypher or .Xr crypto_ed25519_sign_init_first_pass 3monocypher -handle interoperability issues regarding public key signatures. +already. This interface is exposed only for completeness and to handle special situations (e.g. to use the hash function of the future winner of the NIST -- 2.47.3