Madao-3 / whirlpool.rb

Whirlpool.rb is WebAssembly implementation of the Whirlpool cipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whirlpool

Installation

Add this line to your application's Gemfile:

gem 'whirlpool'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install whirlpool

Usage

Whirlpool.digest('The quick brown fox jumps over the lazy dog')
> 'b97de512e91e3828b40d2b0fdce9ceb3c4a71f9bea8d88e75c4fa854df36725fd2b52eb6544edcacd6f8beddfea403cb55ae31f03ad62a5ef54e42ee82c3fb35'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/whirlpool. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Whirlpool project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Whirlpool.rb is WebAssembly implementation of the Whirlpool cipher

License:MIT License


Languages

Language:Ruby 97.6%Language:Shell 2.4%