]> git.codecow.com Git - Monocypher.git/commitdiff
README: Monocypher is not compatible with NaCl
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 12 May 2020 09:49:44 +0000 (11:49 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 12 May 2020 09:57:37 +0000 (11:57 +0200)
Fixes #177

This removes the suggestion that we can replace Monocypher with NaCl.
We cannot, only Libsodium is compatible.

README.md

index 622af4abcc38a78dedc089b06eddd46fe317979e..d7468a9b8f8ccef3e9dfffc8fd11b9e606e54fb4 100644 (file)
--- 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.