Botan 3.8.1
Crypto and TLS for C&
|
#include <pcurves.h>
Public Member Functions | |
const auto & | _curve () const |
const auto & | _x () const |
const auto & | _y () const |
const auto & | _z () const |
ProjectivePoint & | operator= (const ProjectivePoint &other)=default |
ProjectivePoint & | operator= (ProjectivePoint &&other)=default |
ProjectivePoint (const ProjectivePoint &other)=default | |
ProjectivePoint (ProjectivePoint &&other)=default | |
~ProjectivePoint ()=default | |
Static Public Member Functions | |
static ProjectivePoint | _create (CurvePtr curve, StorageUnit x, StorageUnit y, StorageUnit z) |
A point on the elliptic curve in projective form
This is a form that is convenient for computation; it must be converted to affine form for comparisons or serialization.
|
default |
References ProjectivePoint().
Referenced by _create(), operator=(), operator=(), ProjectivePoint(), and ProjectivePoint().
|
default |
References ProjectivePoint().
|
default |
|
inlinestatic |
Definition at line 142 of file pcurves.h.
References ProjectivePoint().
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
References ProjectivePoint().
|
default |
References ProjectivePoint().