Home
last modified time | relevance | path

Searched refs:Fq12Exp (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dfq12.c115 void Fq12Exp(Fq12Elem* result, Fq12Elem const* base, VeryLargeInt const* exp) { in Fq12Exp() function
136 Fq12Exp(result, base0, exp0); in Fq12MultiExp()
137 Fq12Exp(&tmp, base1, exp1); in Fq12MultiExp()
139 Fq12Exp(&tmp, base2, exp2); in Fq12MultiExp()
141 Fq12Exp(&tmp, base3, exp3); in Fq12MultiExp()
/external/epid-sdk/epid/member/tiny/math/
Dfq12.h87 void Fq12Exp(Fq12Elem* result, Fq12Elem const* base, VeryLargeInt const* exp);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq12-test.cc534 Fq12Exp(&actual, &left, &exponent); in TEST()