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 |
AffinePoint (AffinePoint &&other)=default | |
AffinePoint (const AffinePoint &other)=default | |
AffinePoint & | operator= (AffinePoint &&other)=default |
AffinePoint & | operator= (const AffinePoint &other)=default |
~AffinePoint ()=default | |
Static Public Member Functions | |
static AffinePoint | _create (CurvePtr curve, StorageUnit x, StorageUnit y) |
static AffinePoint | generator (CurvePtr curve) |
A point on the elliptic curve in affine form
These points can be serialized, or converted to projective form for computation
|
default |
References AffinePoint().
Referenced by _create(), AffinePoint(), AffinePoint(), generator(), operator=(), and operator=().
|
default |
References AffinePoint().
|
default |
|
inlinestatic |
Definition at line 108 of file pcurves.h.
References AffinePoint().
Referenced by Botan::PCurve::GenericPrimeOrderCurve::generator().
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Definition at line 100 of file pcurves.h.
References AffinePoint(), and generator().
Referenced by generator().
|
default |
References AffinePoint().
|
default |
References AffinePoint().