NETSHA256Context

Syntax

#include <revolution/net.h>
typedef struct NETSHA256Context NETSHA256Context;

Elements

Do not access the inside of this structure directly.

Description

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.

See Also

NETSHA256Init
NETSHA256Update
NETSHA256GetDigest

Revision History

2008/05/07 Initial version.


CONFIDENTIAL