NETSHA1Context

C Specification

#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. It has a size of 96 bytes. Initialize the structure with NETSHA1Init, use NETSHA1Update to assign input data, and NETSHA1GetDigest to get the message digest value.

For details, see the item hash algorithm.

See Also

NETSHA1Init, NETSHA1Update, NETSHA1GetDigest

Revision History

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


CONFIDENTIAL