Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dfq.c51 void FqExp(FqElem* result, FqElem const* base, VeryLargeInt const* exp) { in FqExp() function
96 FqExp(result, in, &tmp); // result = in^((q+1)/4) mod q in FqSqrt()
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq-test.cc109 FqExp(&result, &in, &exp); in TEST()
115 FqExp(&result, &in, &exp); in TEST()
/external/epid-sdk/epid/member/tiny/math/
Dfq.h69 void FqExp(FqElem* result, FqElem const* base, VeryLargeInt const* exp);