Xiqual 0.9.1

In file xitools/md5sum.c:

void MD5Final

(unsigned char digest[16], struct MD5Context* ctx)

Final wrapup.

Documentation

Final wrapup. Pads to a 64-byte boundary with the bit pattern 1 0* (64-bit count of bits processed, MSB-first).
Parameters:
digest - The actual buffer to hold the final key.
ctx - The temporary MD5 context to create key from.
Author:
Ron Rivest (algorithm), Colin Plumb (code)
See Also:
MD5Sum(), MD5Init(), MD5Update(), MD5Ascii()

Alphabetic index



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