Name: | perl-Digest |
---|---|
Version: | 1.17 |
Release: | 245.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 28661 |
License: | GPL+ or Artistic |
RPM: | perl-Digest-1.17-245.el7.noarch.rpm |
Source RPM: | perl-Digest-1.17-245.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Digest/ |
Summary: | Modules that calculate message digests |
Description: | The Digest:: modules calculate digests, also called "fingerprints" or "hashes", of some data, called a message. The digest is (usually) some small/fixed size string. The actual size of the digest depend of the algorithm used. The message is simply a sequence of arbitrary bytes or bits. |