negate method

ECPointFp negate()

Implementation

ECPointFp negate() {
  return ECPointFp(curve, x, y!.negate(), z);
}