NETECCContext

C Specification

#include <revolution/net.h>
typedef struct NETECCContext NETECCContext;

Elements

Do not access the inside of this structure directly.

Description

This is the context structure used for signature verification processing through ECC encryption. It has a size of 96 bytes. After initializing with the NETECCCreate function, enter the target message with the NETECCUpdate function, and either get the signature with the NETECCGetSign function or verify the signature with the NETECCVerifySign function. Free it with the NETECCDelete function.

See Also

NETECCCreate, NETECCUpdate, NETECCGetSign, NETECCVerifySign

Revision History

2007/02/15 Initial version.


CONFIDENTIAL