NETECCCreate

Syntax

#include <revolution/net.h>

BOOL NETECCCreate( NETECCContext *context );

Arguments

context Pointer to the ECC signature context structure.

Return Values

Returns TRUE if the ECC signature context has been generated correctly; returns FALSE if it has not.

Description

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.

See Also

NETECCUpdate
NETECCGetSign
NETECCVerifySign
NETECCDelete

Revision History

2006/10/12 Initial version.


CONFIDENTIAL