libsodium: updated to 1.0.10
[tomato.git] / release / src / router / libsodium / README.markdown
bloba14e81d454d5a4baeea80196eaa40a7b395c7135
1 [![Build Status](https://travis-ci.org/jedisct1/libsodium.svg?branch=master)](https://travis-ci.org/jedisct1/libsodium?branch=master)
2 [![Windows build status](https://ci.appveyor.com/api/projects/status/fu8s2elx25il98hj?svg=true)](https://ci.appveyor.com/project/jedisct1/libsodium)
3 [![Coverity Scan Build Status](https://scan.coverity.com/projects/2397/badge.svg)](https://scan.coverity.com/projects/2397)
5 ![libsodium](https://raw.github.com/jedisct1/libsodium/master/logo.png)
6 ============
8 Sodium is a new, easy-to-use software library for encryption,
9 decryption, signatures, password hashing and more.
11 It is a portable, cross-compilable, installable, packageable
12 fork of [NaCl](http://nacl.cr.yp.to/), with a compatible API, and an
13 extended API to improve usability even further.
15 Its goal is to provide all of the core operations needed to build
16 higher-level cryptographic tools.
18 Sodium supports a variety of compilers and operating systems,
19 including Windows (with MingW or Visual Studio, x86 and x64), iOS and Android.
21 ## Documentation
23 The documentation is a work-in-progress, and is being written using
24 Gitbook:
26 * [libsodium documentation](https://download.libsodium.org/doc/) -
27 online, requires Javascript.
28 * [offline documentation](https://www.gitbook.com/book/jedisct1/libsodium/details)
29 in PDF, MOBI and ePUB formats.
31 ## Integrity Checking
33 The integrity checking instructions (including the signing key for libsodium)
34 are available in the [installation](https://download.libsodium.org/doc/installation/index.html#integrity-checking)
35 section of the documentation.
37 ## Community
39 A mailing-list is available to discuss libsodium.
41 In order to join, just send a random mail to `sodium-subscribe` {at}
42 `pureftpd` {dot} `org`.
44 ## License
46 [ISC license](https://en.wikipedia.org/wiki/ISC_license).