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 675149b9b8 Comment 7 years ago
builds Remove extra spaces 7 years ago
contrib [CMAKE] Fix static library detection on unix (#642) 7 years ago
dist-build msys2 build scripts: just use -Ofast 7 years ago
m4 Make the salsa20 random stream thread local 7 years ago
msvc-scripts Version bump [not released yet] 7 years ago
packaging Version bump [not released yet] 7 years ago
regen-msvc Remove trailing space 7 years ago
src Comment 7 years ago
test Return -1 if the scalar is 0 in crypto_scalarmult_ed25519() 7 years ago
.gitignore Remove *.s from .gitignore 7 years ago
.travis.yml Do not trigger Travis+Coverity in the master branch 7 years ago
AUTHORS crypto_core/curve25519 was renamed crypto_core/ed25519 7 years ago
ChangeLog Update ChangeLog 7 years ago
LICENSE 2017 8 years ago
Makefile.am Add all the Visual Studio files in the tarball 7 years ago
README.markdown Add js & wasm to the list 7 years ago
THANKS + Jonathan Stowe for Natrium (Perl 6 bindings) 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 -fomit-frame-pointer makes a different on mips 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 Regen MSVC solutions 7 years ago
libsodium.vcxproj.filters Regen MSVC solutions 7 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, Android, as well as Javascript and Webassembly.

Documentation

The documentation is available on 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.