#include <revolution/net.h>
BOOL NETECCVerifySign( NETECCContext *context, const NETECCSignInfo *sign );
| 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. |
Returns TRUE if the signature has been correctly verified. Otherwise, returns FALSE.
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.
NETECCCreate, NETECCUpdate, NETECCGetSign, NETECCDelete
2006/10/12 Initial version.
CONFIDENTIAL