A modern, portable, easy to use crypto library.
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 532ea6bd95 + test for aead_xchacha20poly1305 7 years ago
builds Reintroduce 27a2756479032deb970c7e57cd0ff7567994eda4 8 years ago
contrib FindSodium.cmake MAKE VS FOLDER SELECTION GENERIC (#471) 8 years ago
dist-build Trim TOTAL_MEMORY_SUMO to a 64k multiple 8 years ago
m4 Update some m4 scripts 8 years ago
msvc-scripts Version bump (not released yet) 8 years ago
packaging/nuget https 8 years ago
src Merge a couple files 7 years ago
test + test for aead_xchacha20poly1305 7 years ago
.gitignore + test for aead_xchacha20poly1305 7 years ago
.travis.yml Update Coverity Scan token 8 years ago
AUTHORS Add crypto_core/curve25519 8 years ago
ChangeLog Update ChangeLog 8 years ago
LICENSE 2017 8 years ago
Makefile.am SUBDIRS << "contrib" 8 years ago
README.markdown Link text = "installation" only 8 years ago
THANKS THANKS << Scott Arciszewski 9 years ago
appveyor.yml Update appveyor version 8 years ago
autogen.sh Try running autoreconf --version 8 years ago
configure.ac Merge branch 'master' of https://github.com/jedisct1/libsodium 8 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 blake2b-compress-avx2.c to the top-level Visual Studio solution 8 years ago
libsodium.vcxproj.filters Add blake2b-compress-avx2.c to the top-level Visual Studio solution 8 years ago
logo.png Larger logo, less prominent saltcellar 8 years ago

README.markdown

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.