ring-native

Gem Version OpenSSL licensed

The ring cryptography library packaged as a RubyGem. This library specifically bundles ring-ffi, which builds ring as a dynamic library intended for libffi bindings.

Since ring has no upstream releases, this gem will be released as periodic snapshots with version numbers corresponding to the date the snapshot was taken until such time as ring has versioned releases.

The boilerplate code in the ring-native gem is MIT along with the rest of the ruby-ring gem, however ring itself is a fork of BoringSSL and therefore carries with it a mixture of licenses, mostly the OpenSSL license.

For more information on the licensing of ring itself, please see the ring LICENSE.

Usage

This gem is automatically installed along with the ring gem.

You will need rustc and cargo installed for ring to compile.