/ruby-ring

Ruby wrapper for the *ring* cryptography library

Primary LanguageRubyMIT LicenseMIT

Ruby ring

Gem Version Build Status Code Climate Coverage Status MIT licensed

A Ruby FFI binding to the ring cryptography library by Brian Smith.

ring is a Rust cryptography library based on BoringSSL crypto primitives.

Installation

Add this line to your application's Gemfile:

gem "ring"

And then execute:

$ bundle

Or install it yourself as:

$ gem install ring

Usage

This library is presently under active development and is not yet usable.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/cryptosphere/ruby-ring.