#include <elliptic_curve.H>
Public Member Functions | |
TmpzPoint () | |
~TmpzPoint () | |
Public Attributes | |
mpz_t | x |
mpz_t | z |
Definition at line 104 of file elliptic_curve.H.
TmpzPoint::TmpzPoint | ( | ) | [inline] |
Definition at line 108 of file elliptic_curve.H.
References mpz_init(), x, and z.
TmpzPoint::~TmpzPoint | ( | ) | [inline] |
Definition at line 109 of file elliptic_curve.H.
References mpz_clear(), x, and z.
mpz_t TmpzPoint::x |
Definition at line 107 of file elliptic_curve.H.
Referenced by TmpzPoint(), elliptic_curves::XZ_mul2(), elliptic_curves::XZ_mul2plus1(), elliptic_curves::XZ_multiply(), and ~TmpzPoint().
mpz_t TmpzPoint::z |
Definition at line 107 of file elliptic_curve.H.
Referenced by TmpzPoint(), elliptic_curves::XZ_mul2(), elliptic_curves::XZ_mul2plus1(), elliptic_curves::XZ_multiply(), and ~TmpzPoint().