1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

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

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,