Home
last modified time | relevance | path

Searched refs:Fq12MultiExp (Results 1 – 4 of 4) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/
Dfq12.h101 void Fq12MultiExp(Fq12Elem* result, Fq12Elem const* base0,
/external/epid-sdk/epid/member/tiny/src/
Dpresig_compute.c88 Fq12MultiExp(&presig->R2, &ctx->precomp.ea2, &t.x.limbs, &ctx->precomp.e12, in EpidMemberComputePreSig()
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq12-test.cc625 Fq12MultiExp(&actual, &pairing_out, &exponent, &b1, &e1, &b2, &e2, &b3, &e3); in TEST()
/external/epid-sdk/epid/member/tiny/math/src/
Dfq12.c130 void Fq12MultiExp(Fq12Elem* result, Fq12Elem const* base0, in Fq12MultiExp() function