Searched refs:qMinusOne (Results 1 – 1 of 1) sorted by relevance
274 … BigInteger k = legendreExponent.add(ECConstants.ONE), qMinusOne = q.subtract(ECConstants.ONE); in sqrt() local286 … || !modReduce(P.multiply(P).subtract(fourX)).modPow(legendreExponent, q).equals(qMinusOne)); in sqrt()297 while (U.equals(ECConstants.ONE) || U.equals(qMinusOne)); in sqrt()