ECFieldElementFp constructor

ECFieldElementFp(
  1. BigInt q,
  2. BigInt x
)

Implementation

ECFieldElementFp(this.q, this.x) {
  // TODO if (x.compareTo(q) >= 0) error
}