|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Elliptical Curve Point over GF(2^n) More...
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 |