#include <revolution/net.h>
void NETMD5Init( NETMD5Context *context );
| context | Pointer to the context structure used for initializing MD5 generation. |
None.
This function initializes the NETMD5Context type context structure used in calculating MD5. Make sure that this function is called before using the NETMD5Update and NETMD5GetDigest functions.
You can re-apply this function to a context structure that is already initialized. In this case, it will return the context structure to its initial state.
For details, see the MD5 section of the hash algorithm.
2007/02/15 Corrected incorrect links.
2006/09/01 Initial version.
CONFIDENTIAL