README.md in rbnacl-7.1.0 vs README.md in rbnacl-7.1.1

- old
+ new

@@ -1,19 +1,18 @@ -![RbNaCl](https://raw.github.com/crypto-rb/rbnacl/master/images/logo.png) +![RbNaCl](https://raw.github.com/RubyCrypto/rbnacl/master/images/logo.png) ====== [![Gem Version](https://badge.fury.io/rb/rbnacl.svg)](http://badge.fury.io/rb/rbnacl) -[![Build Status](https://travis-ci.org/crypto-rb/rbnacl.svg?branch=master)](https://travis-ci.org/crypto-rb/rbnacl) -[![Code Climate](https://codeclimate.com/github/crypto-rb/rbnacl.svg)](https://codeclimate.com/github/crypto-rb/rbnacl) -[![Coverage Status](https://coveralls.io/repos/crypto-rb/rbnacl/badge.svg?branch=master)](https://coveralls.io/r/crypto-rb/rbnacl) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/crypto-rb/rbnacl/blob/master/LICENSE.txt) -[![Gitter Chat](https://badges.gitter.im/badge.svg)](https://gitter.im/crypto-rb/Lobby) +[![Build Status](https://travis-ci.org/RubyCrypto/rbnacl.svg?branch=master)](https://travis-ci.org/RubyCrypto/rbnacl) +[![Code Climate](https://codeclimate.com/github/RubyCrypto/rbnacl.svg)](https://codeclimate.com/github/RubyCrypto/rbnacl) +[![Coverage Status](https://coveralls.io/repos/RubyCrypto/rbnacl/badge.svg?branch=master)](https://coveralls.io/r/RubyCrypto/rbnacl) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/RubyCrypto/rbnacl/blob/master/LICENSE.txt) -Ruby binding for [libsodium], a fork of the [Networking and Cryptography][nacl] +Ruby binding for [libsodium], a fork of the [Networking and Cryptography][NaCl] library. [libsodium]: https://libsodium.org -[nacl]: http://nacl.cr.yp.to/ +[NaCl]: http://nacl.cr.yp.to/ ## Why libsodium/NaCl? NaCl is a different kind of cryptographic library. In the past crypto libraries were kitchen sinks of little bits and pieces, like ciphers, @@ -39,39 +38,29 @@ ### Is it any good? [Yes.](http://news.ycombinator.com/item?id=3067434) -## Help and Discussion - -Have questions? Want to suggest a feature or change? Join a discussion group: - -* [Crypto.rb Gitter]: web-based chat about Ruby crypto projects including **RbNaCl**. -* [Crypto.rb Google Group]: join via web or email ([crypto-rb+subscribe@googlegroups.com]) - -[Crypto.rb Gitter]: https://gitter.im/crypto-rb/Lobby -[Crypto.rb Google Group]: https://groups.google.com/forum/#!forum/crypto-rb -[crypto-rb+subscribe@googlegroups.com]: mailto:crypto-rb+subscribe@googlegroups.com?subject=subscribe - ## Supported platforms You can use RbNaCl on platforms libsodium is supported (see below). This library aims to support and is [tested against][travis] the following Ruby versions: * Ruby 2.5 * Ruby 2.6 +* Ruby 2.7 * JRuby 9.2 If something doesn't work on one of these versions, it's a bug. -[travis]: http://travis-ci.org/crypto-rb/rbnacl +[travis]: http://travis-ci.org/RubyCrypto/rbnacl ## Installation -Note: [Windows installation instructions are available](https://github.com/crypto-rb/rbnacl/wiki/Installing-libsodium#windows). +Note: [Windows installation instructions are available](https://github.com/RubyCrypto/rbnacl/wiki/Installing-libsodium#windows). ### libsodium To use RbNaCl, you will need to install libsodium: @@ -133,17 +122,17 @@ Additional power-user features are available. Please see the Wiki for further information. [YARD API documentation][yard] is also available. -[wiki]: https://github.com/crypto-rb/rbnacl/wiki -[simplebox]: https://github.com/crypto-rb/rbnacl/wiki/SimpleBox -[secretkey]: https://github.com/crypto-rb/rbnacl/wiki/Secret-Key-Encryption -[publickey]: https://github.com/crypto-rb/rbnacl/wiki/Public-Key-Encryption -[signatures]: https://github.com/crypto-rb/rbnacl/wiki/Digital-Signatures -[macs]: https://github.com/crypto-rb/rbnacl/wiki/HMAC -[hashes]: https://github.com/crypto-rb/rbnacl/wiki/Hash-Functions +[wiki]: https://github.com/RubyCrypto/rbnacl/wiki +[simplebox]: https://github.com/RubyCrypto/rbnacl/wiki/SimpleBox +[secretkey]: https://github.com/RubyCrypto/rbnacl/wiki/Secret-Key-Encryption +[publickey]: https://github.com/RubyCrypto/rbnacl/wiki/Public-Key-Encryption +[signatures]: https://github.com/RubyCrypto/rbnacl/wiki/Digital-Signatures +[macs]: https://github.com/RubyCrypto/rbnacl/wiki/HMAC +[hashes]: https://github.com/RubyCrypto/rbnacl/wiki/Hash-Functions [yard]: http://www.rubydoc.info/gems/rbnacl ## Learn More While NaCl has designed to be easier-than-usual to use for a crypto @@ -192,6 +181,6 @@ ## License Copyright (c) 2012-2018 Tony Arcieri, Jonathan Stott. Distributed under the MIT License. See [LICENSE.txt] for further details. -[LICENSE.txt]: https://github.com/crypto-rb/rbnacl/blob/master/LICENSE.txt +[LICENSE.txt]: https://github.com/RubyCrypto/rbnacl/blob/master/LICENSE.txt