1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<title>NETECCContext</title> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</head> 9 10<body> 11 12<h1 align="left">NETECCContext</h1> 13<h2>C Specification</h2> 14 15<dl> 16 <dd> 17<PRE> 18<CODE>#include <revolution/net.h><BR> 19typedef struct NETECCContext NETECCContext; 20</CODE></PRE> 21 </dd> 22</dl> 23<H2>Elements</H2> 24<P>Do not access the inside of this structure directly.</P> 25<H2>Description</H2> 26<P>This is the context structure used for signature verification processing through ECC encryption. It has a size of 96 bytes. After initializing with the <CODE><A href="NETECCCreate.html">NETECCCreate</A></CODE> function, enter the target message with the <CODE><A href="NETECCUpdate.html">NETECCUpdate</A></CODE> function, and either get the signature with the <CODE><A href="NETECCGetSign.html">NETECCGetSign</A></CODE> function or verify the signature with the <CODE><A href="NETECCVerifySign.html">NETECCVerifySign</A></CODE> function. Free it with the <CODE><A href="NETECCDelete.html">NETECCDelete</A></CODE> function.<BR> 27</P> 28 29<h2>See Also</h2> 30<P><CODE><A href="NETECCCreate.html">NETECCCreate</A></CODE>, <CODE><A href="NETECCUpdate.html">NETECCUpdate</A></CODE>, <CODE><A href="NETECCGetSign.html">NETECCGetSign</A></CODE>, <CODE><A href="NETECCVerifySign.html">NETECCVerifySign</A></CODE></P> 31<H2>Revision History</H2> 32<P> 332007/02/15 Initial version.<br> 34</P> 35<hr><p>CONFIDENTIAL</p></body> 36</html> 37