README.md in x25519-1.0.3 vs README.md in x25519-1.0.4

- old
+ new

@@ -1,13 +1,15 @@ -# x25519.rb [![Latest Version][gem-shield]][gem-link] [![Build Status][build-image]][build-link] [![Yard Docs][docs-image]][docs-link] [![License: LGPL v3][license-image]][license-link] +# x25519.rb [![Latest Version][gem-shield]][gem-link] [![Build Status][build-image]][build-link] [![Appveyor CI Status][appveyor-image]][appveyor-link] [![Yard Docs][docs-image]][docs-link] [![License: LGPL v3][license-image]][license-link] [gem-shield]: https://badge.fury.io/rb/x25519.svg [gem-link]: https://rubygems.org/gems/x25519 -[build-image]: https://travis-ci.org/cryptosphere/x25519.svg?branch=master -[build-link]: https://travis-ci.org/cryptosphere/x25519 +[build-image]: https://travis-ci.org/crypto-rb/x25519.svg?branch=master +[build-link]: https://travis-ci.org/crypto-rb/x25519 +[appveyor-image]: https://ci.appveyor.com/api/projects/status/a245an53hsk05sn2?svg=true +[appveyor-link]: https://ci.appveyor.com/project/tarcieri/x25519 [docs-image]: https://img.shields.io/badge/yard-docs-blue.svg -[docs-link]: http://www.rubydoc.info/gems/x25519 +[docs-link]: http://www.rubydoc.info/gems/x25519/1.0.4 [license-image]: https://img.shields.io/badge/License-LGPL%20v3-blue.svg [license-link]: https://www.gnu.org/licenses/lgpl-3.0 An efficient public key cryptography library for Ruby providing key exchange/agreement. @@ -24,16 +26,18 @@ Curve25519. [RFC7748]: https://tools.ietf.org/html/rfc7748 [How to (pre-)compute a ladder]: https://eprint.iacr.org/2017/264 [rfc7748_precomputed]: https://github.com/armfazh/rfc7748_precomputed -[ed25519 gem]: https://github.com/cryptosphere/ed25519 +[ed25519 gem]: https://github.com/crypto-rb/ed25519 ## Requirements -* MRI 2.2+ +**x25519.rb** is supported on and tested against the following platforms: +* MRI 2.2, 2.3, 2.4, 2.5 + ## Installation Add this line to your application's Gemfile: ```ruby @@ -208,11 +212,11 @@ Returns a `String` containing a 32-byte compressed Montgomery-u coordinate ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/cryptosphere/x25519. +Bug reports and pull requests are welcome on GitHub at https://github.com/crypto-rb/x25519. This project is intended to be a safe, welcoming space for collaboration, and contributors areexpected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## Implementation Details @@ -259,6 +263,6 @@ ## Code of Conduct Everyone interacting in the x25519.rb project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct]. -[code of conduct]: https://github.com/cryptosphere/x25519/blob/master/CODE_OF_CONDUCT.md +[code of conduct]: https://github.com/crypto-rb/x25519/blob/master/CODE_OF_CONDUCT.md