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

Lines Matching refs:ee

1590   var ee = new BigInteger(E,16);
1594 if(this.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrime(10)) break;
1598 if(this.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrime(10)) break;
1608 if(phi.gcd(ee).compareTo(BigInteger.ONE) == 0) {
1610 this.d = ee.modInverse(phi);