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: about 1 month ago
JSON representation
Digest::Tiger - Ruby interface to the Tiger message digest algorithm
- Host: GitHub
- URL: https://github.com/phlegx/digest-tiger
- Owner: phlegx
- License: other
- Created: 2017-06-29T14:18:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T12:20:26.000Z (over 3 years ago)
- Last Synced: 2025-04-02T14:52:00.906Z (about 1 year ago)
- Topics: digest, ruby, rubygem, tiger
- Language: C
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.