#include <revolution/net.h>
typedef struct NETSHA256Context NETSHA256Context;
Do not access the inside of this structure directly.
This is the context structure used for SHA256 calculations. Its size is 108 bytes. Initialize this with the NETSHA256Init function, provide input data with the NETSHA256Update function, and get the message digest value with the NETSHA256GetDigest function.
For details, see hash algorithm.
NETSHA256Init
NETSHA256Update
NETSHA256GetDigest
2008/05/07 Initial version.
CONFIDENTIAL