From b994865b1d0dd89e0cc0416efa1b920a5a3446f8 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 12 May 2020 11:49:44 +0200 Subject: [PATCH] README: Monocypher is not compatible with NaCl Fixes #177 This removes the suggestion that we can replace Monocypher with NaCl. We cannot, only Libsodium is compatible. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 622af4a..d7468a9 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,11 @@ Speed benchmark $ make speed -This will give you an idea how fast Monocypher is on your machine. -Make sure you run it on the target platform if performance is a -concern. If Monocypher is too slow, try Libsodium or NaCl. If you're -not sure, you can always switch later. +This will give you an idea how fast Monocypher is on your machine. Make +sure you run it on the target platform if performance is a concern. If +Monocypher is too slow, try Libsodium. If you're not sure, you can +always switch later. + Note: the speed benchmark currently requires the POSIX `clock_gettime()` function. -- 2.47.3