From 688c6f6fa5c62c386f0c75a57a8385749636a62d Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 24 Sep 2017 17:34:14 +0200 Subject: [PATCH] No need for testing Ed25519 specificaly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- README.md | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3