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