Skip to content

Ruby interface to the Whirlpool message digest algorithm

License

Notifications You must be signed in to change notification settings

knu/ruby-digest-whirlpool

Repository files navigation

Digest::Whirlpool - Ruby interface to the Whirlpool message digest algorithm

Summary

Digest::Whirlpool is a Ruby library for calculating message digests using the Whirlpool algorithm. The library interface conforms to the standard Digest API.

More information about Whirlpool:

The C code is based on the sample implementation, as available on the mentioned website.

Requirements

  • Ruby 2.2 or later

Usage

In Gemfile:

gem "digest-whirlpool"

In your ruby code:

require "digest"

p Digest::Whirlpool.hexdigest("")	# The module is auto-loaded

License

See the file LICENSE.

About

Ruby interface to the Whirlpool message digest algorithm

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •