Sha256: 029a6a08c1f609238d619ebdea48540a52350287d881029dabde9ede76eadba1
Contents?: true
Size: 1012 Bytes
Versions: 20
Compression:
Stored size: 1012 Bytes
Contents
RbNaCl::Libsodium ================= [](http://badge.fury.io/rb/rbnacl-libsodium) [RbNaCl] is a Ruby wrapper for [libsodium], a portable version of the Networking and Cryptography library ([NaCl]) created by Daniel J. Bernstein. tl;dr: it's one of the best crypto libraries around. rbnacl-libsodium packages the libsodium library as a Ruby Gem so you don't have to worry about installing it through system packages. It builds just like a native extension, but since RbNaCl is implemented with FFI, works on JRuby too! [RbNaCl]: https://github.com/cryptosphere/rbnacl [libsodium]: https://github.com/jedisct1/libsodium [NaCl]: http://nacl.cr.yp.to/ ## Installation Add this line to your application's Gemfile: gem 'rbnacl-libsodium' And then execute: $ bundle Or install it yourself as: $ gem install rbnacl-libsodium ## Usage require 'rbnacl/libsodium' will tweak search path allowing `rbnacl` to find bundled `libsodium`
Version data entries
20 entries across 20 versions & 1 rubygems