1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00
A modern, portable, easy to use crypto library.
Go to file
2023-11-29 22:03:05 +01:00
.github/workflows Upgrade Android NDK 2023-09-12 11:43:18 +02:00
build-aux Don't use -Ofast; it's buggy on old gcc versions 2023-10-08 19:56:11 +02:00
builds Move Appveyor CI scripts to ci/appveyor 2023-09-13 09:00:06 +02:00
ci/appveyor Move Appveyor CI scripts to ci/appveyor 2023-09-13 09:00:06 +02:00
contrib Downgrade ax_valgrind_check 2023-09-10 22:26:31 +02:00
dist-build egrep -> grep -E 2023-11-23 13:36:02 +01:00
m4 Handle SIGPROT, CHERI's in-address space security exception 2023-09-12 21:04:06 +02:00
packaging Bump 2023-09-13 09:00:05 +02:00
regen-msvc Move Appveyor CI scripts to ci/appveyor 2023-09-13 09:00:06 +02:00
src Add forgotten crypto_kdf_hkdf_sha512_statebytes() 2023-11-29 22:03:05 +01:00
test Add forgotten crypto_kdf_hkdf_sha512_statebytes() 2023-11-29 22:03:05 +01:00
.gitignore Add AEGIS AEADs 2023-09-13 09:00:06 +02:00
aclocal.m4 Downgrade ax_valgrind_check 2023-09-10 22:26:31 +02:00
appveyor.yml Move Appveyor CI scripts to ci/appveyor 2023-09-13 09:00:06 +02:00
AUTHORS
autogen.sh
azure-pipelines.yml Update msys2 2023-09-09 17:44:09 +02:00
build.zig Zig: use "const" for variables that are never mutated 2023-11-20 18:59:15 +01:00
ChangeLog Typo 2023-10-20 15:46:51 +02:00
CITATION.cff
configure Regen configure 2023-11-02 06:52:12 +01:00
configure.ac aarch64: set compiler attributes *after* including <arm_neon.h> 2023-10-20 13:57:44 +02:00
lgtm.yml
libsodium-uninstalled.pc.in
libsodium.pc.in
LICENSE
logo.png
Makefile.am Move Appveyor CI scripts to ci/appveyor 2023-09-13 09:00:06 +02:00
Makefile.in Move Appveyor CI scripts to ci/appveyor 2023-09-13 09:00:06 +02:00
README.markdown
THANKS

GitHub CI Windows build status Coverity Scan Build Status Azure build status CodeQL scan

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.