Go to file
2016-06-04 06:57:56 +02:00
builds Clone msvc .filters (from vs2013 version) for uniformity. 2016-05-12 02:03:23 -07:00
dist-build Add nativeclient-x86.sh 2016-04-30 14:07:50 +02:00
m4 Import ax_pthread.m4 2016-04-19 00:27:35 +02:00
msvc-scripts Version bump [only the package] 2016-04-04 12:53:35 +02:00
packaging/nuget https 2016-04-12 01:27:22 +02:00
src Don't include <immintrin.h> if it is not needed 2016-05-26 06:08:26 -07:00
test Add dist-build/nativeclient-x86-64.sh 2016-04-29 21:55:06 +02:00
.gitignore Ignore test/js.done 2016-06-04 06:57:56 +02:00
.travis.yml Travis: Limit the double compilation to a single OS 2015-12-11 02:02:06 +01:00
appveyor.yml Update appveyor version 2016-04-04 21:40:26 +02:00
AUTHORS Add crypto_core/curve25519 2016-03-16 14:48:05 +01:00
autogen.sh pkg-config is not required 2015-12-25 11:51:19 +01:00
ChangeLog Update the changelog 2016-04-04 21:44:00 +02:00
configure.ac Try using cpuid on NativeClient 2016-04-30 16:23:02 +02: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 Add blake2b-compress-avx2.c to the top-level Visual Studio solution 2016-03-17 16:37:37 +01:00
libsodium.vcxproj.filters Add blake2b-compress-avx2.c to the top-level Visual Studio solution 2016-03-17 16:37:37 +01:00
LICENSE 2016 2016-01-01 01:53:03 +01:00
logo.png Larger logo, less prominent saltcellar 2016-04-19 02:16:50 +02:00
Makefile.am CRLF 2016-03-17 12:34:11 +01: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.