#include <revolution/net.h>
typedef struct NETSHA1Context NETSHA1Context;
Do not access the inside of this structure directly.
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.
NETSHA1Init, NETSHA1Update, NETSHA1GetDigest
2007/02/15 Corrected incorrect links.
2006/09/01 Initial version.
CONFIDENTIAL