README			Guess what?
MANIFEST		This file
MD2/MD2.pm		Digest::MD2 Perl Module
MD2/MD2.xs		MD2 XS implementation
MD2/Makefile.PL		Perl Makefile builder
MD2/rfc1319.txt		The MD2 Message-Digest Algorithm
MD2/t/badfile.t         Try addfile() on unopened file
MD2/t/md2.t		Test if Digest::MD2 works
MD2/typemap		Supplementary typemap
MD5.pm			Digest::MD5 Perl Module
hints/dec_osf.pl	Workaround for DEC compiler bug
hints/irix_6.pl		Workaround for IRIX compiler bug
lib/MD5.pm		MD5 backwards compatibility stuff
lib/Digest.pm		Loading frontend
lib/Digest/HMAC.pm      HMAC implementation
lib/Digest/HMAC_MD5.pm  HMAC using MD5
lib/Digest/HMAC_SHA1.pm HMAC using SHA-1
MD5.xs			MD5 Perl 'XS' source file
typemap			Supplementary typemap
Makefile.PL		Perl Makefile builder
SHA1/Makefile.PL	Perl Makefile builder
SHA1/SHA1.pm		Digest::SHA1 module
SHA1/SHA1.xs		SHA-1 XS implementation
SHA1/fip180-1.gif       SHA-1 specification illustration
SHA1/fip180-1.html      SHA-1 specification
SHA1/lib/SHA.pm		SHA backwards compatibility stuff
SHA1/t/badfile.t        Try addfile() on unopened file
SHA1/t/sha.t		Uwe's old test
SHA1/t/sha1.t		Test if Digest::SHA1 works
SHA1/typemap		Supplementary typemap
rfc1321.txt		The MD5 Message-Digest Algorithm
rfc2104.txt		HMAC: Keyed-Hashing for Message Authentication
t/badfile.t             Try addfile() on unopened file
t/digest.t		Test Digest.pm loader
t/files.t		Check a few files.
t/md5.t			Test suite using standard Perl conventions
t/md5-aaa.t		Exercise padding code
t/rfc2202.t		Test Cases for HMAC-MD5 and HMAC-SHA-1
Changes			Version history
examples/mddriver.pl	Example driver script after mddriver.c in RFC 1321
examples/twdigest.pl	Example code to format a digest like Tripwire
