Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/src/
Dfinitefield.c1329 BigNum* qm1d2 = NULL; in FfSqrt() local
1380 result = NewBigNum(sizeof(BigNumStr) * CHAR_BIT, &qm1d2); in FfSqrt()
1472 result = BigNumDiv(qm1, two, qm1d2, remainder); in FfSqrt()
1491 result = FfExp(ff, g, qm1d2, gg); in FfSqrt()
1653 DeleteBigNum(&qm1d2); in FfSqrt()