summaryrefslogtreecommitdiff
path: root/libraries/perl-digest-sha1/README
diff options
context:
space:
mode:
authorLukenShiro <lukenshiro@ngi.it>2010-05-11 22:54:19 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:54:19 +0200
commit88a18d01484e23978b47029c53ebd3d3e1cf7b2d (patch)
tree821b6dd3f7a32dd26c53901e4dae5140b446e883 /libraries/perl-digest-sha1/README
parentc2d418038140a1c743a388021203363a383a1801 (diff)
downloadslackbuilds-88a18d01484e23978b47029c53ebd3d3e1cf7b2d.tar.gz
libraries/perl-digest-sha1: Added to 12.1 repository
Diffstat (limited to 'libraries/perl-digest-sha1/README')
-rw-r--r--libraries/perl-digest-sha1/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/perl-digest-sha1/README b/libraries/perl-digest-sha1/README
new file mode 100644
index 0000000000..db2c26eec0
--- /dev/null
+++ b/libraries/perl-digest-sha1/README
@@ -0,0 +1,6 @@
+perl-digest-sha1 - Perl interface to the SHA-1 algorithm
+
+It allows you to use the NIST SHA-1 message digest algorithm
+from within Perl programs. The algorithm takes as input a
+message of arbitrary length and produces as output a 160-bit
+"fingerprint" or "message digest" of the input.