#include <revolution/net.h>
void NETSHA1Init( NETSHA1Context *context );
| context | Pointer to the context structure used for initializing SHA-1 generation. |
None.
This function initializes the NETSHA1Context type context structure used in calculating SHA-1. Make sure that this function is called before using the NETSHA1Update and NETSHA1GetDigest functions.
You can re-apply this function to a context structure that is already initialized. In this case, it will return the context structure to its initial state.
For details, see the "SHA-1" section of the hash algorithm.
NETSHA1Update, NETSHA1GetDigest
2007/02/15 Corrected incorrect links.
2006/09/01 Initial version.
CONFIDENTIAL