@override ECPoint operator -() { return ECPoint(curve as ECCurve, x as ECFieldElement?, -y! as ECFieldElement?, isCompressed); }