Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Elliptical Curve Point over GF(p), where p is prime. More...
#include <ecpoint.h>
Public Member Functions | |
ECPPoint () | |
Construct an ECPPoint. | |
ECPPoint (const Integer &x, const Integer &y) | |
Construct an ECPPoint from coordinates. | |
bool | operator== (const ECPPoint &t) const |
Tests points for equality. | |
bool | operator< (const ECPPoint &t) const |
Tests points for ordering. | |
Public Attributes | |
Integer | x |
Integer | y |
bool | identity |
Elliptical Curve Point over GF(p), where p is prime.
|
inline |
|
inline |
|
inline |