Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Elliptical Curve Point over GF(2^n) More...
#include <ecpoint.h>
Public Member Functions | |
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 |