Home | History | Annotate | Download | only in benchmarks

Lines Matching defs:modPow

1272     var y = a.modPow(r,this);
1329 BigInteger.prototype.modPow = bnModPow;
1630 return x.modPow(this.d, this.n);
1633 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
1634 var xq = x.mod(this.q).modPow(this.dmq1, this.q);