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.

36 lines
1.2 KiB

  1. [![Build Status](https://travis-ci.org/jedisct1/libsodium.png?branch=master)](https://travis-ci.org/jedisct1/libsodium?branch=master)
  2. [![Coverity Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.coverity.com/projects/2397)
  3. ![libsodium](https://raw.github.com/jedisct1/libsodium/master/logo.png)
  4. ============
  5. Sodium is a new, easy-to-use software library for encryption,
  6. decryption, signatures, password hashing and more.
  7. It is a portable, cross-compilable, installable, packageable
  8. fork of [NaCl](http://nacl.cr.yp.to/), with a compatible API, and an
  9. extended API to improve usability even further.
  10. Its goal is to provide all of the core operations needed to build
  11. higher-level cryptographic tools.
  12. Sodium supports a variety of compilers and operating systems,
  13. including Windows (with MingW or Visual Studio, x86 and x64), iOS and Android.
  14. ## Documentation
  15. The documentation is a work-in-progress, and is being written using
  16. Gitbook:
  17. [libsodium documentation](http://doc.libsodium.org)
  18. ## Community
  19. A mailing-list is available to discuss libsodium.
  20. In order to join, just send a random mail to `sodium-subscribe` {at}
  21. `pureftpd` {dot} `org`.
  22. ## License
  23. [ISC license](http://en.wikipedia.org/wiki/ISC_license).