Home | History | Annotate | Download | only in benchmarks

Lines Matching full:coeff

1507   this.coeff = null;
1587 this.coeff = parseBigInt(C,16);
1621 this.coeff = this.q.modInverse(this.p);
1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);