
Last update: 4/14/2010

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

Phmd5 contains code to generate MD5 hashes quickly.
It is written for the X86 architecture, currently 32-bit mode only.
It has been timed/tested only with the Microsoft C 7.1 compiler.

The following files are included:

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

	phmd5.c			Top layer, all API entry points are here
	phmd5.h			Declarations for phmd5.c
	phmd5.obj		Object for phmd5

	phmd5a.c		Core MD5 routine to process 64-byte blocks
	phmd5a.obj		Object for phmd5a
	phmd5a.asm		Deprecated -- 32-bit X86 assembly version

	readme.txt		This file

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