From 00636a9d2ee9751028e7d3619cc7b43f9c6b6045 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 20 Jan 2013 17:00:55 -0800 Subject: [PATCH] Shipping only ref implementations is intententional --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d0845952..0ca4f04d 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ In order to pick the fastest working implementation of each primitive, NaCl performs tests and benchmarks at compile-time. Unfortunately, the resulting library is not garanteed to work on different hardware. -Sodium currently only ships portable reference implementations. +Sodium only ships portable reference implementations. Optimized implementations (including NEON optimizations) will eventually be supported, but tests and benchmarks will be performed at run-time,