Sha256: 28fc5fb891202910fab7cd77bd8aed35e4801b88b7ed0df2f69b9d65621f1a51

Contents?: true

Size: 999 Bytes

Versions: 2

Compression:

Stored size: 999 Bytes

Contents

# [scrypt-ruby](https://github.com/steakknife/scrypt-ruby)


## Universal SCrypt adapter library


### Usage

```ruby
require 'scrypt-ruby' # instead of require 'scrypt'
```

The API is basically the same as [https://github.com/pbhogan/scrypt](), so it's a drop-in replacement for scrypt on JRuby or regular Rubies


### Installation
#### Gem
```shell
gem install scrypt-ruby
```

#### Bundler
```ruby
# Gemfile
gem 'scrypt-ruby'
```

### Supported Platforms
#### JRuby 
- FreeBSD
- Linux
- Mac OS X
- Windows (uncertain/untested)

Support provided by [https://github.com/wg/scrypt]()

#### MRI / CRuby / Rubinius
- FreeBSD
- Linux
- Mac OS X 
- Windows

Support provided by [https://github.com/pbhogan/scrypt]()

#### Patches

PR's welcome!

For bonus points, use feature branches in your head fork to keep things clearer.

#### Issues

[Issue tracker](https://github.com/steakknife/scrypt-ruby/issues)

#### License

[MIT License](MIT-LICENSE.txt)

#### Copyright

Copyright (C) 2016 Barry Allard

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scrypt-ruby-2.0.0 README.md
scrypt-ruby-2.0.0-java README.md