Searched refs:fq_sqrt (Results 1 – 1 of 1) sorted by relevance
28 FqElem fq_sqrt = {0}; in EFqMakePoint() local31 FqSquare(&fq_sqrt, in); in EFqMakePoint()32 FqMul(&fq_sqrt, &fq_sqrt, in); in EFqMakePoint()33 FqAdd(&fq_sqrt, &fq_sqrt, &fq_tmp); in EFqMakePoint()34 if (!FqSqrt(&output->y, &fq_sqrt)) { in EFqMakePoint()