#include <revolution/net.h>
BOOL NETECCGetSign( NETECCContext *context, NETECCSignInfo *sign );
| context | Pointer to the ECC signature context structure. |
| digest | Pointer to the memory location that stores the signature. |
Returns TRUE if the file ID is retrieved normally. Otherwise, returns FALSE.
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.
NETECCCreate, NETECCUpdate, NETECCVerifySign, NETECCDelete
2006/10/12 Initial version.
CONFIDENTIAL