summaryrefslogtreecommitdiffstats
path: root/perl/perl-Digest-MD4/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Digest-MD4/README')
-rw-r--r--perl/perl-Digest-MD4/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Digest-MD4/README b/perl/perl-Digest-MD4/README
new file mode 100644
index 0000000000..30baf6ac25
--- /dev/null
+++ b/perl/perl-Digest-MD4/README
@@ -0,0 +1,4 @@
+The Digest::MD4 module allows you to use the RSA Data Security
+Inc. MD5 Message Digest algorithm from within Perl programs. The
+algorithm takes as input a message of arbitrary length and produces
+as output a 128-bit "fingerprint" or "message digest" of the input.