
4/12/2010

For the latest version and additional documentation go to paulhoule.com/phmd5

This is a package containing code to generate MD5 hashes very quickly.
It is written specifically for the X86 architecture running in 32-bit mode.

The following files are included:

	Build_dophmd5.bat	Batch file to build library and test suite
	dophmd5.c		Command-line program to test library
	dophmd5.exe		Compiled version of test program

	phmd5.c			C portions of library
	phmd5.h			Declarations for phmd5.c
	phmd5.obj		Object for phmd5.c

	phmd5a.asm		Assembly portions of library
	phmd5a.obj		Object for phmd5a.asm

	readme.txt		This file

To see how to use this, look next in phmd5.h
