NETMD5Init

C Specification

#include <revolution/net.h>

void NETMD5Init( NETMD5Context *context );

Arguments

context Pointer to the context structure used for initializing MD5 generation.

Return Values

None.

Description

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.

See Also

NETMD5Update, NETMD5GetDigest

Revision History

2007/02/15 Corrected incorrect links.
2006/09/01 Initial version.


CONFIDENTIAL