1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-24 12:36:01 -07:00

Merge pull request #94 from oberstet/master

clarify upstream NaCl version
This commit is contained in:
Frank Denis 2013-10-28 09:08:30 -07:00
commit 18c0a5f596

View File

@ -11,7 +11,7 @@ NaCl's goal is to provide all of the core operations needed to build
higher-level cryptographic tools. higher-level cryptographic tools.
Sodium is a portable, cross-compilable, installable, packageable Sodium is a portable, cross-compilable, installable, packageable
fork of NaCl, with a compatible API. fork of NaCl (based on the latest released upstream version [nacl-20110221](http://hyperelliptic.org/nacl/nacl-20110221.tar.bz2)), with a compatible API.
## Is it full of NSA backdoors? ## Is it full of NSA backdoors?