Searched refs:bnModPowInt (Results 1 – 4 of 4) sorted by relevance
663 function bnModPowInt(e, m) { function696 BigInteger.prototype.modPowInt = bnModPowInt;
15 …bnModPowInt(e,m){var z;if(e<256||m.isEven())z=new Classic(m);else z=new Montgomery(m);return this.… function
19 …bnModPowInt(e,m){var z;if(e<256||m.isEven())z=new Classic(m);else z=new Montgomery(m);return this.… function
23 …bnModPowInt(e,m){var z;if(e<256||m.isEven())z=new Classic(m);else z=new Montgomery(m);return this.… function