NETSHA1Context

Syntax

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

Elements

Do not access the inside of this structure directly.

Description

This is the context structure used in calculating SHA1. Its size is 96 bytes. Initialize the structure with NETSHA1Init, use NETSHA1Update to assign input data, and NETSHA1GetDigest to get the message digest value.

For details, see hash algorithm.

See Also

NETSHA1Init, NETSHA1Update, NETSHA1GetDigest

Revision History

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


CONFIDENTIAL