negate method

ECFieldElementFp negate()

取反

Implementation

ECFieldElementFp negate() {
  return ECFieldElementFp(q, (-x) % q);
}