Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.31 KB

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.