README.md in rbnacl-1.0.0.pre vs README.md in rbnacl-1.0.0

- old
+ new

@@ -1,21 +1,24 @@ ![RbNaCl](https://raw.github.com/cryptosphere/rbnacl/master/images/logo.png) ====== +[![Gem Version](https://badge.fury.io/rb/rbnacl.png)](http://badge.fury.io/rb/rbnacl) [![Build Status](https://travis-ci.org/cryptosphere/rbnacl.png?branch=master)](https://travis-ci.org/cryptosphere/rbnacl) +[![Dependency Status](https://gemnasium.com/cryptosphere/rbnacl.png)](https://gemnasium.com/cryptosphere/rbnacl) [![Code Climate](https://codeclimate.com/github/cryptosphere/rbnacl.png)](https://codeclimate.com/github/cryptosphere/rbnacl) [![Coverage Status](https://coveralls.io/repos/cryptosphere/rbnacl/badge.png?branch=master)](https://coveralls.io/r/cryptosphere/rbnacl) A Ruby binding to the state-of-the-art [Networking and Cryptography][nacl] -library by Daniel J. Bernstein. This is **NOT** Google Native Client. This -is a crypto library. +library by [Daniel J. Bernstein][djb]. This is **NOT** Google Native Client. +This is a crypto library. On a completely unrelated topic, RbNaCl is also the empirical formula for Rubidium Sodium Chloride. Need help with RbNaCl? Join the [RbNaCl Google Group][group] -[nacl]: http://nacl.cr.yp.to/ +[nacl]: http://nacl.cr.yp.to/ +[djb]: http://cr.yp.to/djb.html [group]: http://groups.google.com/group/rbnacl ## Why NaCl? NaCl is a different kind of cryptographic library. In the past crypto @@ -159,9 +162,12 @@ that you read them: * [Cryptography in NaCl](http://cr.yp.to/highspeed/naclcrypto-20090310.pdf) * [Curve25519: new Diffie-Hellman speed records](http://cr.yp.to/ecdh/curve25519-20060209.pdf) * [Ed25519: High-speed high-security signatures](http://ed25519.cr.yp.to/ed25519-20110926.pdf) + +For more information on libsodium, please check out the +[Introducing Sodium blog post](http://labs.umbrella.com/2013/03/06/announcing-sodium-a-new-cryptographic-library/) Have a general interest in cryptography? Check out the free course Coursera offers from Stanford University Professor Dan Boneh: [http://crypto-class.org](http://crypto-class.org)