Skip to content

OPS-NeoRetro/nacl-super10

 
 

Repository files navigation

GitHub CI Coverity Scan Build Status Azure build status CodeQL scan

libsodium

NaCl Super 10 is a fork of libsodium, redesigned to contain more quantum-safe algorithms with a new name, a cleaner codebase, and modern general-purpose and enterprise CPU architectures in mind.

Like libsodium, it is a portable, cross-compilable, installable, and packageable fork of NaCl. While maintaining API compatibility, NaCl Super 10 and libsodium extends functionality to improve usability and simplify the development of secure applications.


Key Features

  • Encryption & Decryption: Securely encrypt and decrypt data with modern algorithms.
  • Digital Signatures: Create and verify signatures to ensure data authenticity.
  • Cross-Platform Compatibility: Supported on Windows (MinGW and Visual Studio, x86, x64 and arm64), iOS, Android, JavaScript, and WebAssembly.
  • User-Friendly API: Designed to provide all core cryptographic operations while remaining easy to integrate into your projects.

libsodium Documentation


libsodium Versioning

libsodium uses a two-tier release system:

  • Point releases (e.g., 1.0.19, 1.0.20, 1.0.21) are tagged when new features are added or significant changes are made.
  • Stable releases are frequent maintainance updates between point releases. They fix minor issues while remaining fully compatible with their parent point release. No new features, no breaking changes.

If your application depends on a specific point release of libsodium, stable updates are safe to apply. Security fixes go to the libsodium/stable branch immediately with a new point release tagged shortly after by syncing to the original libsodium repo.


NaCl Super 10 Contributors

Thank you to me (Adam Don) and libsodium's contributors to create a lighter cryptography library competitive with OpenSSL and its forks. Below are the original libsodium contributors who still support libsodium.

libsodium Code Contributors

This project thrives thanks to the valuable contributions from libsodium's community. View all the contributors:

Contributors

libsodium Financial Contributors

Your financial support helps the original creators of libsodium sustain and further develop libsodium.

libsodium Organization Individuals

Individual Contributors

Organizations Supporting libsodium

Support libsodium with your organization and gain visibility through your logo and website link.

Organization Contributor

License

This project is distributed under the ISC license.

About

A modern, portable, easy to use crypto library optimized for more CPU architectures.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 94.0%
  • Shell 1.8%
  • M4 1.5%
  • Assembly 1.2%
  • Makefile 0.6%
  • Go Template 0.4%
  • Other 0.5%