#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. 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.
NETSHA1Init, NETSHA1Update, NETSHA1GetDigest
2007/02/15 Corrected incorrect links.
2006/09/01 Initial version.
CONFIDENTIAL