]> git.codecow.com Git - Monocypher.git/commitdiff
Corrected RFC number in EdDSA manual
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Feb 2019 19:47:56 +0000 (20:47 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 23 Feb 2019 19:47:56 +0000 (20:47 +0100)
doc/man/man3/crypto_sign.3monocypher

index f63a5080a1e0d003b6f429ba72d399cf5d426b9b..caa6942a6320dff8179aa836b1f90a8ea1d68e18 100644 (file)
@@ -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.