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

  /external/epid-sdk/epid/member/tiny/math/
fq6.h 25 typedef struct Fq6Elem Fq6Elem;
34 void Fq6Add(Fq6Elem* result, Fq6Elem const* left, Fq6Elem const* right);
42 void Fq6Sub(Fq6Elem* result, Fq6Elem const* left, Fq6Elem const* right);
50 void Fq6Mul(Fq6Elem* result, Fq6Elem const* left, Fq6Elem const* right)
    [all...]
mathtypes.h 70 typedef struct Fq6Elem {
74 } Fq6Elem;
78 Fq6Elem z0; ///< A coefficent in Fq6
79 Fq6Elem z1; ///< A coefficent in Fq6
  /external/epid-sdk/epid/member/tiny/math/unittests/
cmp-testhelper.h 27 typedef struct Fq6Elem Fq6Elem;
47 /// compares Fq6Elem values
48 bool operator==(Fq6Elem const& lhs, Fq6Elem const& rhs);

Completed in 216 milliseconds