Elliptical Curve Point. More...
#include <ecp.h>
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 12 of file ecp.h.
1.7.1