On Fri, 12 Apr 2002, Varun Varma wrote:
Q: How do we know that str2, str3...really are strings concat with other strings. Could they be pointes to structures, or perhaps arbitary/binary memory buffers?
second parameter to MD5_Update is a string, and third parameter is the length of the string.
Here, I assume that when you say string, you are refering to an ASCIIZ string, not a binary string - strlen et al.
yes, although it need not be zero terminated. The string length is passed as third parameter, and need not always be the same as the actual length of the string.