Home | History | Annotate | Download | only in v8-v4

Lines Matching defs:modInverse

1322 BigInteger.prototype.modInverse = bnModInverse;
1610 this.d = ee.modInverse(phi);
1613 this.coeff = this.q.modInverse(this.p);