ECCurveFp(this.q, BigInt a, BigInt b) { this.a = fromBigInteger(a); this.b = fromBigInteger(b); infinity = ECPointFp(this, null, null); // 无穷远点 }