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

Lines Matching refs:coeff

1499   this.coeff = null;
1579 this.coeff = parseBigInt(C,16);
1613 this.coeff = this.q.modInverse(this.p);
1630 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);