HDK
|
This is the complete list of members for UT_ECurve, including all inherited members.
dsa(UT_VeryLong &acode, UT_VeryLong &bcode, const UT_VeryLong &key, const UT_VeryLong &r, const UT_VeryLong &m) const | UT_ECurve | |
dump(int base=16) const | UT_ECurve | |
generatePublic(UT_PolyField &pubx, UT_PolyField &puby, const UT_VeryLong &key) const | UT_ECurve | |
generateRandom(UT_VeryLong &r, const uint *seed, uint seedlen) const | UT_ECurve | |
generateRandomRaw(UT_VeryLong &r, const uint *seed, uint len) const | UT_ECurve | |
getA() const | UT_ECurve | inline |
getB() const | UT_ECurve | inline |
getGx() const | UT_ECurve | inline |
getGy() const | UT_ECurve | inline |
getQ() const | UT_ECurve | inline |
getR() const | UT_ECurve | inline |
partialDSA(UT_VeryLong &code, const UT_VeryLong &key, const UT_VeryLong &rnd) const | UT_ECurve | |
setA(int x) | UT_ECurve | inline |
setA(const char *x) | UT_ECurve | inline |
setA(const UT_PolyField &x) | UT_ECurve | inline |
setB(int x) | UT_ECurve | inline |
setB(const char *x) | UT_ECurve | inline |
setB(const UT_PolyField &x) | UT_ECurve | inline |
setGx(int x) | UT_ECurve | inline |
setGx(const char *x) | UT_ECurve | inline |
setGx(const UT_PolyField &x) | UT_ECurve | inline |
setGy(int x) | UT_ECurve | inline |
setGy(const char *x) | UT_ECurve | inline |
setGy(const UT_PolyField &x) | UT_ECurve | inline |
setQ(const uint q[]) | UT_ECurve | inline |
setR(int x) | UT_ECurve | inline |
setR(const char *x) | UT_ECurve | inline |
setR(const UT_VeryLong &x) | UT_ECurve | inline |
UT_ECurve() | UT_ECurve | inline |
UT_ECurve(const uint q[], const char *r, const char *a, const char *b, const char *gx, const char *gy) | UT_ECurve | inline |
verify(const UT_VeryLong &m, const UT_VeryLong &code, const UT_VeryLong &codeb, const UT_PolyField &pubx, const UT_PolyField &puby) const | UT_ECurve |