md5 implementation in asm, by roy|crisis crackers
http://www.effervescence.com

the buffer pointed to by ptBuffer must be large enough to contain at least the padded string,
that is in the worst case the size of the string + 64bytes

the file ASMmd5.asm contains the structures, datas and procedures of the md5 implementation
the file md5hasher.zip contains basic example using the implementation of md5
