Shipping only ref implementations is intententional

This commit is contained in:
Frank Denis
2013-01-20 17:00:55 -08:00
parent e9ba54e481
commit 00636a9d2e
+1 -1
View File
@@ -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,