20 #define UT_ECURVE_MAXBASIS 6
46 for (i = 0; q[i]; i++)
57 void setR(
int x) { myR =
x; computeBits(); }
58 void setR(
const char *
x) { myR =
x; computeBits(); }
61 void setA(
const char *
x) { myA =
x; }
64 void setB(
const char *
x) { myB =
x; }
82 const uint *seed,
uint seedlen)
const;
102 void dump(
int base=16)
const;
109 mult(x, y, m, myGx, myGy);
const UT_PolyField & getB() const
const UT_PolyField & getA() const
void setGy(const char *x)
#define UT_ECURVE_MAXBASIS
void setB(const UT_PolyField &x)
GLboolean GLboolean GLboolean GLboolean a
const UT_PolyField & getGx() const
void setA(const UT_PolyField &x)
GLdouble GLdouble GLdouble q
void setR(const UT_VeryLong &x)
void setQ(const uint q[])
const UT_PolyField & getGy() const
void setGx(const UT_PolyField &x)
const UT_PolyField & getQ() const
GLboolean GLboolean GLboolean b
void setGy(const UT_PolyField &x)
const UT_VeryLong & getR() const
UT_ECurve(const uint q[], const char *r, const char *a, const char *b, const char *gx, const char *gy)
void setGx(const char *x)