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

Sodium is not limited to slow reference implementations any more.

This commit is contained in:
Frank Denis 2013-04-26 22:04:36 -07:00
parent 2055e38bc6
commit 77d96e79b7

View File

@ -19,11 +19,8 @@ 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 guaranteed to work on different hardware.
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,
so that the same binary package can still run everywhere.
Sodium performs tests at run-time, so that the same binary package can
still run everywhere.
Sodium is tested on a variety of compilers and operating systems,
including Windows, iOS and Android.