Elliptical Curve Point over GF(p), where p is prime.
More...
#include <ecpoint.h>
Elliptical Curve Point over GF(p), where p is prime.
- Since
- Crypto++ 2.0
Definition at line 20 of file ecpoint.h.
◆ ~ECPPoint()
virtual ECPPoint::~ECPPoint |
( |
| ) |
|
|
inlinevirtual |
◆ ECPPoint() [1/2]
◆ ECPPoint() [2/2]
Construct an ECPPoint from coordinates.
identity is set to false
Definition at line 30 of file ecpoint.h.
◆ operator<()
bool ECPPoint::operator< |
( |
const ECPPoint & |
t | ) |
const |
|
inline |
Tests points for ordering.
- Parameters
-
- Returns
- true if this point is less than other, false otherwise
Definition at line 42 of file ecpoint.h.
◆ operator==()
bool ECPPoint::operator== |
( |
const ECPPoint & |
t | ) |
const |
|
inline |
Tests points for equality.
- Parameters
-
- Returns
- true if the points are equal, false otherwise
Definition at line 36 of file ecpoint.h.
◆ identity
The documentation for this struct was generated from the following file:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/ecpoint.h