Home
last modified time | relevance | path

Searched refs:bnModPowInt (Results 1 – 4 of 4) sorted by relevance

/plugin/securelogin/
H A Drsalib.js663 function bnModPowInt(e, m) { function
696 BigInteger.prototype.modPowInt = bnModPowInt;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15bnModPowInt(e,m){var z;if(e<256||m.isEven())z=new Classic(m);else z=new Montgomery(m);return this.… function
H A Dvorbis.js19bnModPowInt(e,m){var z;if(e<256||m.isEven())z=new Classic(m);else z=new Montgomery(m);return this.… function
H A Dopus.js23bnModPowInt(e,m){var z;if(e<256||m.isEven())z=new Classic(m);else z=new Montgomery(m);return this.… function