our own copy of libsodium
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Frank Denis 7d5d9204e5
1.0.13
7 years ago
builds <winres.h> -> <windows.h> to unbreak builds with MSVC < 2013 7 years ago
contrib Feature/spelling (#495) 7 years ago
dist-build Remove extra character in the list of sumo symbols for the js builds 7 years ago
m4 C++ compat 7 years ago
msvc-scripts Bump 7 years ago
packaging python3 doesn't have to be in /usr/bin 7 years ago
src Remove scrypt from minimal builds 7 years ago
test Fix the AES test on error path 7 years ago
.gitignore + Argon2id tests 7 years ago
.travis.yml April 1st is over 7 years ago
AUTHORS + kx 7 years ago
ChangeLog 1.0.13 7 years ago
LICENSE 2017 8 years ago
Makefile.am SUBDIRS << "contrib" 8 years ago
README.markdown Use a libsodium.org link 7 years ago
THANKS Merge branch 'master' of github.com:jedisct1/libsodium 7 years ago
appveyor.yml Revert "Use os: Visual Studio 2017 in appveyor.yml" 7 years ago
autogen.sh Replace `which` with `command` for portability (#542) 7 years ago
configure.ac Bump 7 years ago
libsodium-uninstalled.pc.in Update description 8 years ago
libsodium.pc.in Update description 8 years ago
libsodium.sln Retarget the top solution to Visual Studio 2015 9 years ago
libsodium.vcxproj Add box_seal_curve25519xchacha20poly1305 to the MSVC projects 7 years ago
libsodium.vcxproj.filters Add box_seal_curve25519xchacha20poly1305 to the MSVC projects 7 years ago
logo.png Larger logo, less prominent saltcellar 8 years ago

README.markdown

Build Status Windows build status Coverity Scan Build Status Make a donation to support this project

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.