NETECCGetSign

C Specification

#include <revolution/net.h>

BOOL NETECCGetSign( NETECCContext *context, NETECCSignInfo *sign );

Arguments

context Pointer to the ECC signature context structure.
digest Pointer to the memory location that stores the signature.

Return Values

Returns TRUE if the file ID is retrieved normally. Otherwise, returns FALSE.

Description

This function issues the signature for the data entered in the ECC signature context.
Since a signature includes the information represented by the input data itself and information for verifying the Wii console that originally issued the signature, it is possible to verify whether data has been falsified by comparing it to the original data generated with the NETECCVerifySign function.

See Also

NETECCCreate, NETECCUpdate, NETECCVerifySign, NETECCDelete

Revision History

2006/10/12 Initial version.


CONFIDENTIAL