Go to file
2016-09-30 08:36:50 +02:00
builds Reintroduce 27a2756479 2016-07-24 19:54:07 +02:00
dist-build Use xcodebuild to retrieve the XCode version 2016-09-18 10:46:59 +02:00
m4 Import ax_pthread.m4 2016-04-19 00:27:35 +02:00
msvc-scripts Version bump (not released yet) 2016-06-30 18:48:16 +02:00
packaging/nuget
src Avoid collision with a possibly existing int128 type definition 2016-09-30 08:36:50 +02:00
test Add dist-build/nativeclient-x86-64.sh 2016-04-29 21:55:06 +02:00
.gitignore Forgot to ignore libsodium-uninstalled.pc 2016-06-04 07:09:36 +02:00
.travis.yml On OSX, libtool is not installed any more on Travis 2016-09-20 21:13:40 +02:00
appveyor.yml
AUTHORS
autogen.sh
ChangeLog Update ChangeLog 2016-06-29 17:13:11 +02:00
configure.ac A compiler *can* still optimize this out 2016-08-04 20:59:43 +02:00
libsodium-uninstalled.pc.in
libsodium.pc.in
libsodium.sln
libsodium.vcxproj
libsodium.vcxproj.filters
LICENSE Add license title 2016-06-30 14:18:36 +01:00
logo.png Larger logo, less prominent saltcellar 2016-04-19 02:16:50 +02:00
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.