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

Lines Matching refs:xq

1626   var xq = x.mod(this.q).modPow(this.dmq1, this.q);
1628 while(xp.compareTo(xq) < 0)
1630 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);