Searched refs:modPowInt (Results 1 – 3 of 3) sorted by relevance
664 BigInteger.prototype.modPowInt = bnModPowInt; method in BigInteger1276 y = y.modPowInt(2,this);1522 return x.modPowInt(this.e, this.n);
42303 BigInteger.prototype.modPowInt = bnModPowInt;
8804 BigInteger.prototype.modPowInt = bnModPowInt;