1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-23 20:15:19 -07:00
A modern, portable, easy to use crypto library.
Go to file
2020-06-06 09:39:18 +02:00
.github/workflows
build-aux Update config.sub 2020-05-05 19:43:52 +02:00
builds New automake version 2020-03-22 22:56:19 +01:00
contrib New automake version 2020-03-22 22:56:19 +01:00
dist-build android-build.sh: exit with return code 1 if the NDK is not present 2020-06-06 09:39:18 +02:00
m4
msvc-scripts New automake version 2020-03-22 22:56:19 +01:00
packaging
regen-msvc
src Don't even include signal.h on WASI 2020-06-04 10:53:49 +02:00
test Don't even include signal.h on WASI 2020-06-04 10:53:49 +02:00
.gitignore
.travis.yml
aclocal.m4 New automake version 2020-03-22 22:56:19 +01:00
appveyor.yml
AUTHORS
autogen.sh Print something after auto* are done 2020-05-26 14:52:32 +02:00
azure-pipelines.yml Don't even include signal.h on WASI 2020-06-04 10:53:49 +02:00
ChangeLog
configure Don't add linker flags with the emscripten target 2020-05-26 17:59:19 +02:00
configure.ac Don't add linker flags with the emscripten target 2020-05-26 17:59:19 +02:00
lgtm.yml
libsodium-uninstalled.pc.in
libsodium.pc.in
libsodium.sln
libsodium.vcxproj Remove sandy2x fixed base scalar multiplication 2020-02-06 00:54:39 +01:00
libsodium.vcxproj.filters Remove sandy2x fixed base scalar multiplication 2020-02-06 00:54:39 +01:00
LICENSE 2020 2020-01-01 08:20:31 +01:00
logo.png
Makefile.am
Makefile.in Move all build scripts to build-aux 2020-05-26 14:37:49 +02:00
README.markdown travis-ci.org -> travis-ci.com 2020-02-06 00:59:07 +01:00
THANKS

Build Status Windows build status Coverity Scan Build Status Azure 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 and built from the libsodium-doc repository:

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.