![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Elliptical Curve Point over GF(2^n) More...
#include <ecpoint.h>
Public Member Functions | |
| virtual | ~EC2NPoint () |
| EC2NPoint () | |
| Construct an EC2NPoint. More... | |
| EC2NPoint (const PolynomialMod2 &x, const PolynomialMod2 &y) | |
| Construct an EC2NPoint from coordinates. More... | |
| bool | operator== (const EC2NPoint &t) const |
| Tests points for equality. More... | |
| bool | operator< (const EC2NPoint &t) const |
| Tests points for ordering. More... | |
Public Attributes | |
| PolynomialMod2 | x |
| PolynomialMod2 | y |
| bool | identity |
|
inline |
|
inline |
|
inline |
|
inline |
| PolynomialMod2 EC2NPoint::x |
| PolynomialMod2 EC2NPoint::y |
1.8.11