Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js664 BigInteger.prototype.modPowInt = bnModPowInt; method in BigInteger
1276 y = y.modPowInt(2,this);
1522 return x.modPowInt(this.e, this.n);