Searched refs:modPow (Results 1 – 5 of 5) sorted by relevance
157 ### bi.modPow
1146 var y = a.modPow(r,this);1203 BigInteger.prototype.modPow = bnModPow; method in BigInteger
457 …var z = new ECFieldElementFp(this.q,this.x.modPow(this.q.shiftRight(2).add(BigInteger.ONE),this.q)…465 if (!(this.x.modPow(legendreExponent, this.q).equals(BigInteger.ONE)))485 || !(P.multiply(P).subtract(fourQ).modPow(legendreExponent, this.q).equals(qMinusOne)));
92 final BigInteger b1 = BigInteger.valueOf(i).modPow(BigInteger.valueOf(j), prime); in split()
268 var y = g.modPow(x, p);