Digest::Tiger is a Ruby library for calculating message digests using the Tiger algorithm. The library interface conforms to the standard Digest API.
More information about Tiger:
- Ruby 2.2 or later
In Gemfile:
gem "digest-tiger"
In your ruby code:
require "digest"
p Digest::Tiger.hexdigest("") # The module is auto-loaded
See the file LICENSE.