0.01
No commit activity in last 3 years
No release in over 3 years
This is a Digest module implementing the Tiger hashing algorithm. The size of a Tiger hash value is 192 bits.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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.