#include <revolution/net.h>
typedef struct NETMD5Context NETMD5Context;
Do not access the inside of this structure directly.
This is the context structure used in calculating MD5. It has a size of 88 bytes. Initialize the structure with NETMD5Init, use NETMD5Update to assign input data, and NETMD5GetDigest to get the message digest value.
For details, see the item hash algorithm.
NETMD5Init, NETMD5Update, NETMD5GetDigest
2007/02/15 Corrected incorrect links.
2006/09/01 Initial version.
CONFIDENTIAL