Go to file
Frank Denis 3e56ce235d Revert "+x"
This reverts commit 8465469167.
2017-03-06 10:06:24 +01:00
builds + sodium_library_minimal() and SODIUM_LIBRARY_MINIMAL 2017-03-06 09:47:09 +01:00
contrib Feature/spelling (#495) 2017-02-25 14:21:10 +01:00
dist-build Revert "+x" 2017-03-06 10:06:24 +01:00
m4 Feature/spelling (#495) 2017-02-25 14:21:10 +01:00
msvc-scripts @SODIUM_LIBRARY_MINIMAL_DEF@ substitution for the Windows build scripts 2017-03-06 09:55:22 +01:00
packaging Update packaging scripts for .NET Core (#503) 2017-03-05 20:57:41 +01:00
src + sodium_library_minimal() and SODIUM_LIBRARY_MINIMAL 2017-03-06 09:47:09 +01:00
test + sodium_library_minimal() and SODIUM_LIBRARY_MINIMAL 2017-03-06 09:47:09 +01:00
.gitignore Add a test for siphashx24 2017-02-24 19:23:14 +01:00
.travis.yml Version bump [not released yet] 2017-02-20 11:35:14 +01:00
appveyor.yml
AUTHORS Replace the SSSE3 ChaCha20 impl with one derived from the AVX2 impl 2017-02-26 23:02:45 +01:00
autogen.sh Try running autoreconf --version 2016-12-31 23:04:05 +01:00
ChangeLog + sodium_library_minimal() and SODIUM_LIBRARY_MINIMAL 2017-03-06 09:47:09 +01:00
configure.ac + sodium_library_minimal() and SODIUM_LIBRARY_MINIMAL 2017-03-06 09:47:09 +01:00
libsodium-uninstalled.pc.in
libsodium.pc.in
libsodium.sln
libsodium.vcxproj Move 64-bit emulation to a dedicated private header file 2017-03-05 23:44:51 +01:00
libsodium.vcxproj.filters Move 64-bit emulation to a dedicated private header file 2017-03-05 23:44:51 +01:00
LICENSE 2017 2017-01-01 00:17:27 +01:00
logo.png
Makefile.am
README.markdown
THANKS

Build Status Windows build status Coverity Scan Build Status

libsodium

Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.

It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability even further.

Its goal is to provide all of the core operations needed to build higher-level cryptographic tools.

Sodium supports a variety of compilers and operating systems, including Windows (with MingW or Visual Studio, x86 and x64), iOS and Android.

Documentation

The documentation is a work-in-progress, and is being written using Gitbook:

Integrity Checking

The integrity checking instructions (including the signing key for libsodium) are available in the installation section of the documentation.

Community

A mailing-list is available to discuss libsodium.

In order to join, just send a random mail to sodium-subscribe {at} pureftpd {dot} org.

License

ISC license.