summaryrefslogtreecommitdiffstats
path: root/perl-digest-sha1
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-11-26 22:20:01 +0000
committer Eric Hameleers <alien@slackware.com>2010-11-26 22:20:01 +0000
commit5cc7e09215b49fab18439eabdca6513aebd7e025 (patch)
tree04619816c1f78882abe901748aadd06c36bea9a3 /perl-digest-sha1
parent1cfd56bb2939ec519ade9084b76b77f1171045ed (diff)
downloadasb-5cc7e09215b49fab18439eabdca6513aebd7e025.tar.gz
asb-5cc7e09215b49fab18439eabdca6513aebd7e025.tar.xz
The slack-desc file for perl-digest-sha1
Diffstat (limited to 'perl-digest-sha1')
-rw-r--r--perl-digest-sha1/build/slack-desc24
1 files changed, 12 insertions, 12 deletions
diff --git a/perl-digest-sha1/build/slack-desc b/perl-digest-sha1/build/slack-desc
index ab4fd045..3fbca433 100644
--- a/perl-digest-sha1/build/slack-desc
+++ b/perl-digest-sha1/build/slack-desc
@@ -5,15 +5,15 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler------------------------------------------------------|
-perl-digest-hmac: perl-digest-hmac (Keyed-Hashing for Message Authentication)
-perl-digest-hmac:
-perl-digest-hmac: HMAC is used for message integrity checks between two parties
-perl-digest-hmac: that share a secret key, and works in combination with some
-perl-digest-hmac: other Digest algorithm, usually MD5 or SHA-1.
-perl-digest-hmac: The HMAC mechanism is described in RFC 2104.
-perl-digest-hmac:
-perl-digest-hmac:
-perl-digest-hmac:
-perl-digest-hmac: Home: http://search.cpan.org/~gaas/Digest-HMAC/
-perl-digest-hmac:
+ |-----handy-ruler------------------------------------------------------|
+perl-digest-sha1: perl-digest-sha1 (Perl interface to the SHA-1 algorithm)
+perl-digest-sha1:
+perl-digest-sha1: The Digest::SHA1 module allows you to use the NIST SHA-1
+perl-digest-sha1: message digest algorithm from within Perl programs.
+perl-digest-sha1: The algorithm takes as input a message of arbitrary length
+perl-digest-sha1: and produces as output a 160-bit "fingerprint" or
+perl-digest-sha1: "message digest" of the input.
+perl-digest-sha1:
+perl-digest-sha1: SHA1 is described at <http://www.itl.nist.gov/fipspubs/fip180-1.htm>
+perl-digest-sha1:
+perl-digest-sha1: Home: http://search.cpan.org/~gaas/Digest-SHA/