Xiqual 0.9.1

In file xitools/md5sum.c:

void MD5Init

(struct MD5Context* ctx)

Start MD5 accumulation.

Documentation

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().

Parameters:
ctx - The context that all MD5 routines rely on.
Author:
Ron Rivest (algorithm), Colin Plumb (code)
See Also:
MD5Sum(), MD5Update(), MD5Final(), MD5Ascii()

Alphabetic index



This page was generated with the help of DOC++.