Wednesday, June 2, 1999

This is the Digest::MD5 module with shared libraries compiled for 
MacPerl.  Shared libraries run only on PPC and CFM68K versions, not 
non-CFM 68K versions.

This was compiled with MPW and Codewarrior.  Passed all tests.  
I have no 68K machine so I can't test the CFM68K version.  Let me 
know of any problems.

Best installed using cpan-mac, either with the CPAN shell,
or the installme droplet.  From the CPAN shell, type:

    cpan> install CNANDOR/Digest-MD5-2.07-bin-2-Mac.tgz

Also, see the MMP page:

    http://pudge.net/mmp/

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

#===================================

Digest:: MD5, MD2, SHA1, and HMAC
---------------------------------

This is a Perl extension interface to the RSA Data Security Inc. MD5,
MD2, as well as NIST SHA-1, Message Digest algorithms.  This package
also provide modules which calculate HMAC digests.

To build the extensions, unpack this distribution somewhere, create
the Makefile by running 'perl Makefile.PL' and do a 'make', 'make
test', and if successful 'make install'.

You will need perl version 5.004 or better to install these modules.
Further documentation is embedded in the individual modules.

Copyright 1998-1999 Gisle Aas.
Copyright 1998 Graham Barr.
Copyright 1997 Uwe Hollerbach.
Copyright 1995-1996 Neil Winton.
Copyright 1990-1992 RSA Data Security, Inc.

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
