From: Loup Vaillant Date: Sun, 24 Sep 2017 15:34:14 +0000 (+0200) Subject: No need for testing Ed25519 specificaly X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=688c6f6fa5c62c386f0c75a57a8385749636a62d;p=Monocypher.git No need for testing Ed25519 specificaly EdDSA works. SHA-512 is properly tested. Replacing Blake2b by SHA-512 is only a pre-processor directive away —it's foolproof. We don't need specific Ed-25519 tests. --- diff --git a/README.md b/README.md index 0a59c34..fddc82f 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,6 @@ Note: the speed benchmark currently requires the POSIX Customisation ------------- -_TODO: the test suite doesn't support the customisation yet._ - For simplicity, compactness, and performance reasons, Monocypher signatures default to EdDSA with curve25519 and Blake2b. This is different from the more mainstream Ed25519, which uses SHA-512