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