#include <ecp.h>
Definition at line 12 of file ecp.h.
Public Member Functions | |
| ECPPoint () | |
| 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 |
1.5.1-p1