#include <ecp.h>
Public Types | |
| typedef ECP | EllipticCurve |
| typedef ECP::Point | Element |
Public Member Functions | |
| bool | NeedConversions () const |
| Element | ConvertIn (const Element &P) const |
| Element | ConvertOut (const Element &P) const |
| const AbstractGroup< Element > & | GetGroup () const |
| Element | BERDecodeElement (BufferedTransformation &bt) const |
| void | DEREncodeElement (BufferedTransformation &bt, const Element &v) const |
| void | SetCurve (const ECP &ec) |
| const ECP & | GetCurve () const |
ECP precomputation.
Definition at line 97 of file ecp.h.
1.7.1