Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
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 |