Elliptical Curve Point. More...
Public Member Functions | |
ECPPoint (const Integer &x, const Integer &y) | |
bool | operator== (const ECPPoint &t) const |
bool | operator< (const ECPPoint &t) const |
Public Attributes | |
bool | identity |
Integer | x |
Integer | y |
Elliptical Curve Point.
Definition at line 19 of file ecp.h.