Go to file
2017-03-05 14:44:59 +01:00
builds Sync msvc/version.h copy 2017-03-05 14:44:59 +01:00
contrib Feature/spelling (#495) 2017-02-25 14:21:10 +01:00
dist-build Regen the emscripten build script with the updated list of symbols 2017-03-01 17:24:55 +01:00
m4 Feature/spelling (#495) 2017-02-25 14:21:10 +01:00
msvc-scripts Version bump [not released yet] 2017-02-20 11:35:14 +01:00
packaging Add scripts and files to package libsodium for .NET Core (#477) 2017-02-20 10:34:42 +01:00
src crlf 2017-03-05 11:29:21 +01:00
test chacha20 can only be tested with a 32-bit ic 2017-03-03 10:39:03 +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 Update appveyor version 2016-04-04 21:40:26 +02:00
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 Typo 2017-03-04 09:29:12 +01:00
configure.ac _xgetbv() can be defined as a macro, so try an actual compilation 2017-02-28 18:20:24 +01:00
libsodium-uninstalled.pc.in Update description 2016-03-17 12:33:46 +01:00
libsodium.pc.in Update description 2016-03-17 12:33:46 +01:00
libsodium.sln Retarget the top solution to Visual Studio 2015 2015-11-01 08:29:49 -08:00
libsodium.vcxproj Automatically generate MSVC projects 2017-02-28 17:33:57 +01:00
libsodium.vcxproj.filters Regen the top-level msvc project 2017-02-27 16:02:59 +01:00
LICENSE 2017 2017-01-01 00:17:27 +01:00
logo.png Larger logo, less prominent saltcellar 2016-04-19 02:16:50 +02:00
Makefile.am SUBDIRS << "contrib" 2016-10-05 15:46:02 +02:00
README.markdown Link text = "installation" only 2016-03-17 23:27:08 +01:00
THANKS THANKS << Scott Arciszewski 2015-11-28 16:15:25 +01:00

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.