NETECCVerifySign

C Specification

#include <revolution/net.h>

BOOL NETECCVerifySign( NETECCContext *context, const NETECCSignInfo *sign );

Arguments

context Pointer to the ECC signature context structure.
digest Pointer to the memory where the signature for verification is stored.
This is the signature that has already been issued by the NETECCGetSign function.

Return Values

Returns TRUE if the signature has been correctly verified. Otherwise, returns FALSE.

Description

This function conducts signature verification on the data that has been entered in the ECC signature context.
Returns TRUE if the Wii console itself issued the signature and that the data has not been altered.

See Also

NETECCCreate, NETECCUpdate, NETECCGetSign, NETECCDelete

Revision History

2006/10/12 Initial version.


CONFIDENTIAL