From: Loup Vaillant Date: Sat, 23 Feb 2019 19:47:56 +0000 (+0100) Subject: Corrected RFC number in EdDSA manual X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=715e3e819fccfa22dd3e1f8bb459bf023a50835b;p=Monocypher.git Corrected RFC number in EdDSA manual --- diff --git a/doc/man/man3/crypto_sign.3monocypher b/doc/man/man3/crypto_sign.3monocypher index f63a508..caa6942 100644 --- a/doc/man/man3/crypto_sign.3monocypher +++ b/doc/man/man3/crypto_sign.3monocypher @@ -135,9 +135,9 @@ if (crypto_check(signature, pk, message, 500)) { .Xr crypto_lock 3monocypher , .Xr intro 3monocypher .Sh STANDARDS -These functions implement EdDSA with Curve25519 and Blake2b. +These functions implement PureEdDSA with Curve25519 and Blake2b, as +described in RFC 8032. This is the same as Ed25519, with Blake2b instead of SHA-512. -Ed25519 is described in RFC 7748. .Sh SECURITY CONSIDERATIONS .Ss Signature malleability EdDSA signatures are not unique like cryptographic hashes.