HomeSort by relevance Sort by last modified time
    Searched defs:Fq2Elem (Results 1 - 4 of 4) sorted by null

  /external/epid-sdk/epid/member/tiny/math/
fq2.h 25 typedef struct Fq2Elem Fq2Elem;
35 void Fq2Cp(Fq2Elem* result, Fq2Elem const* in);
42 void Fq2Set(Fq2Elem* result, uint32_t in);
48 void Fq2Clear(Fq2Elem* result);
56 void Fq2Add(Fq2Elem* result, Fq2Elem const* left, Fq2Elem const* right);
64 void Fq2Exp(Fq2Elem* result, Fq2Elem const* base, VeryLargeInt const* exp)
    [all...]
fq6.h 24 typedef struct Fq2Elem Fq2Elem;
78 void Fq6MulScalar(Fq6Elem* result, Fq6Elem const* in, Fq2Elem const* scalar);
mathtypes.h 52 typedef struct Fq2Elem {
55 } Fq2Elem;
65 Fq2Elem x; ///< x coordinate
66 Fq2Elem y; ///< y coordinate
71 Fq2Elem y0; ///< A coefficent in Fq2
72 Fq2Elem y1; ///< A coefficent in Fq2
73 Fq2Elem y2; ///< A coefficent in Fq2
91 Fq2Elem X; ///< x coordinate
92 Fq2Elem Y; ///< y coordinate
93 Fq2Elem Z; ///< z coordinat
    [all...]
  /external/epid-sdk/epid/member/tiny/math/unittests/
cmp-testhelper.h 26 typedef struct Fq2Elem Fq2Elem;
44 /// compares Fq2Elem values
45 bool operator==(Fq2Elem const& lhs, Fq2Elem const& rhs);

Completed in 6500 milliseconds