An open API service indexing awesome lists of open source software.

https://github.com/phlegx/digest-tiger

Digest::Tiger - Ruby interface to the Tiger message digest algorithm
https://github.com/phlegx/digest-tiger

digest ruby rubygem tiger

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this 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:

- http://en.wikipedia.org/wiki/Tiger_%28hash%29
- http://www.cs.technion.ac.il/~biham/Reports/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.