diff options
author | Robby Workman <rw@rlworkman.net> | 2011-03-05 01:34:53 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-08 12:14:31 -0600 |
commit | 814a4f93a6cc0bee94208eb13fb4a17fcd418a63 (patch) | |
tree | 1ba8179d95c2097d7d7933f049527678e40d5140 /libraries/perl-Digest-MD4/README | |
parent | 67f871c418db7879586fa6f9b5971b9582c74fef (diff) | |
download | slackbuilds-814a4f93a6cc0bee94208eb13fb4a17fcd418a63.tar.gz |
libraries/perl-Digest-MD4: Digest::MD4 perl module
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'libraries/perl-Digest-MD4/README')
-rw-r--r-- | libraries/perl-Digest-MD4/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/perl-Digest-MD4/README b/libraries/perl-Digest-MD4/README new file mode 100644 index 0000000000..30baf6ac25 --- /dev/null +++ b/libraries/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. |