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 6d566070b4 Add some more base64 decoding tests 3 years ago
.github Proper check for the check-globals script 3 years ago
.muse Add a muse configuration (#987) 4 years ago
builds Move the H2C string->hash functions to their own files 3 years ago
dist-build emscripten: build with NODEJS_CATCH_REJECTION=0 (#1025) 3 years ago
m4 ax_check_catchable_* checks don't just depend on the compiler 4 years ago
msvc-scripts Bump major 4 years ago
packaging Pack the NuGet package with .NET 5.0 (#1009) 4 years ago
regen-msvc Move regen-msvc back to place 5 years ago
src Fix MAC computation in AEGIS128L on aarch64 3 years ago
test Add some more base64 decoding tests 3 years ago
.gitignore Add AEGIS128L test, regen the ones for AEGIS256, sort 3 years ago
AUTHORS Add aegis credits 5 years ago
ChangeLog ChangeLog nits 5 years ago
LICENSE 2021 3 years ago
Makefile.am Remove unmaintained Findsodium.cmake 4 years ago
README.markdown Add GitHub Actions badge 3 years ago
THANKS + Alexander Ilin for Factor bindings 6 years ago
appveyor.yml Indent Appveyor rules 5 years ago
autogen.sh Make sure config.sub and config.guess are executable (#1024) 3 years ago
azure-pipelines.yml Update msys2 3 years ago
configure.ac Autoconf updates 3 years ago
lgtm.yml Use autogen.sh -s in lgtm 4 years ago
libsodium-uninstalled.pc.in Add -pthread to pkgconfig's Libs.private if enabled 5 years ago
libsodium.pc.in Add -pthread to pkgconfig's Libs.private if enabled 5 years ago
libsodium.sln Retarget the top solution to Visual Studio 2015 9 years ago
libsodium.vcxproj Move the H2C string->hash functions to their own files 3 years ago
libsodium.vcxproj.filters Move the H2C string->hash functions to their own files 3 years ago
logo.png Make the text logo slightly more readable in dark mode 4 years ago

README.markdown

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.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

ISC license.