Fabcoin Core
0.16.2
P2P Digital Currency
|
Elliptical Curve Point over GF(p), where p is prime. More...
#include <ecpoint.h>
Public Member Functions | |
virtual | ~ECPPoint () |
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 |