• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H05-Oct-2020-1511

hints/H05-Oct-2020-3121

t/H05-Oct-2020-978874

ChangesH A D05-Oct-202020.1 KiB853455

MANIFESTH A D05-Oct-2020894 2423

MD5.pmH A D05-Oct-202010.7 KiB38936

MD5.xsH A D05-Oct-202020.9 KiB797633

META.jsonH A D05-Oct-20201.3 KiB5655

META.ymlH A D05-Oct-2020768 3029

Makefile.PLH A D05-Oct-20201.6 KiB6653

READMEH A D05-Oct-2020514 1310

typemapH A D05-Oct-202068 64

README

1The Digest::MD5 module allows you to use the RSA Data Security
2Inc. MD5 Message Digest algorithm from within Perl programs.  The
3algorithm takes as input a message of arbitrary length and produces as
4output a 128-bit "fingerprint" or "message digest" of the input.
5MD5 is described in RFC 1321.
6
7Copyright 1998-2003 Gisle Aas.
8Copyright 1995-1996 Neil Winton.
9Copyright 1990-1992 RSA Data Security, Inc.
10
11This library is free software; you can redistribute it and/or
12modify it under the same terms as Perl itself.
13