NETMD5Context

C Specification

#include <revolution/net.h>
typedef struct NETMD5Context NETMD5Context;

Elements

Do not access the inside of this structure directly.

Description

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.

See Also

NETMD5Init, NETMD5Update, NETMD5GetDigest

Revision History

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


CONFIDENTIAL