#include <revolution/net.h>
BOOL NETECCCreate( NETECCContext *context );
| context | Pointer to the ECC signature context structure. |
Returns TRUE if the ECC signature context has been generated correctly; returns FALSE if it has not.
This function generates an ECC signature context. Make sure that this function is called before using NETECCUpdate, NETECCGetSign, and NETECCVerifySign.
You must also call NETECCDelete to release the context after using these functions.
NETECCUpdate
NETECCGetSign
NETECCVerifySign
NETECCDelete
2006/10/12 Initial version.
CONFIDENTIAL