|
Crypto++
|
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 |
1.7.6.1