#include <revolution/net.h>
typedef struct NETECCContext NETECCContext;
Do not access the inside of this structure directly.
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.
NETECCCreate, NETECCUpdate, NETECCGetSign, NETECCVerifySign
2007/02/15 Initial version.
CONFIDENTIAL