Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 593 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 593 Bytes

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

Summary

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:

Requirements

  • Ruby 2.2 or later

Usage

In Gemfile:

gem "digest-tiger"

In your ruby code:

require "digest"

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

License

See the file LICENSE.