
Last update of this file: 11/13/2017

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

Phmd5 quickly generates MD5 hashes.
It is written for a little-endian architecture only (eg. X86).
Last tested with the Microsoft C 32/64-bit 12.0 [version 18.00.30723].

The following files are included:

	Build_dophmd5.bat	Batch file to build objects and test program
	dophmd5.c		Command-line test program
	dophmd5.exe		Test program 32-bit executable
	x64\dophmd5.exe		Test program 64-bit executable

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

	phmd5a.c		Core MD5 routine to process 64-byte blocks
	phmd5a.asm		Deprecated -- unused 32-bit X86 assembly

	readme.txt		This file

To see how to use the package look in phmd5.h
