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