Start MD5 accumulation.
Start MD5 accumulation. Set bit count to 0 and buffer to mysterious initialization constants.To sum a stream of data, you start by calling MD5Init() on the context buffer. Then you pass MD5Update() with context and buffer as your parameters until there is no more data to checksum. Get the final key with a call to MD5Final().