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

  /external/epid-sdk/epid/member/tiny/math/
fq12.h 87 void Fq12Exp(Fq12Elem* result, Fq12Elem const* base, VeryLargeInt const* exp);
  /external/epid-sdk/epid/member/tiny/math/src/
fq12.c 115 void Fq12Exp(Fq12Elem* result, Fq12Elem const* base, VeryLargeInt const* exp) {
136 Fq12Exp(result, base0, exp0);
137 Fq12Exp(&tmp, base1, exp1);
139 Fq12Exp(&tmp, base2, exp2);
141 Fq12Exp(&tmp, base3, exp3);
  /external/epid-sdk/epid/member/tiny/math/unittests/
fq12-test.cc 480 // Fq12Exp
    [all...]

Completed in 627 milliseconds