Skip to content

Commit

Permalink
Add links, change the title
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jun 29, 2014
1 parent c0cd3f1 commit 5f315ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Introduction
# The Sodium crypto library (libsodium)

[NaCl](http://nacl.cr.yp.to/) (pronounced "salt") is an easy-to-use
high-speed software library for network communication, encryption,
Expand All @@ -18,7 +18,13 @@ across-the-board than most implementations of the NIST standards.

Sodium supports a variety of compilers and operating systems, including Windows (with MingW or Visual Studio, x86 and x64), iOS and Android.

### Mailing list
## Downloading libsodium

- [Github repository](https://github.com/jedisct1/libsodium)
- [Tarballs and pre-compiled binaries](http://download.libsodium.org/libsodium/releases/)
- [Documentation](https://www.gitbook.io/content/book/jedisct1/libsodium/)

## Mailing list

A mailing-list is available to discuss libsodium.

Expand All @@ -29,4 +35,4 @@ In order to join, just send a random mail to `sodium-subscribe` {at}

[ISC license](http://en.wikipedia.org/wiki/ISC_license).

See the `COPYING` file for details.
See the `LICENSE` file for details.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* [Authenticated encryption](secret-key_cryptography/authenticated_encryption.md)
* [Authentication](secret-key_cryptography/secret-key_authentication.md)
* [AEAD](secret-key_cryptography/aead.md)
* [Public-key cryptography](public-key_cryptography/README)
* [Public-key cryptography](public-key_cryptography/README.md)
* [Authenticated encryption](public-key_cryptography/authenticated_encryption.md)
* [Public-key signatures](public-key_cryptography/public-key_signatures.md)
* [Hashing](hashing/README)
Expand Down

0 comments on commit 5f315ca

Please sign in to comment.