From: Loup Vaillant Date: Tue, 12 May 2020 09:49:44 +0000 (+0200) Subject: README: Monocypher is not compatible with NaCl X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=b994865b1d0dd89e0cc0416efa1b920a5a3446f8;p=Monocypher.git 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. --- 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.