Searched refs:FqExp (Results 1 – 3 of 3) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | fq.c | 51 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/ |
D | fq-test.cc | 109 FqExp(&result, &in, &exp); in TEST() 115 FqExp(&result, &in, &exp); in TEST()
|
/external/epid-sdk/epid/member/tiny/math/ |
D | fq.h | 69 void FqExp(FqElem* result, FqElem const* base, VeryLargeInt const* exp);
|