square method

ECFieldElementFp square()

平方

Implementation

ECFieldElementFp square() {
  return ECFieldElementFp(q, (x * x) % q);
}