JacobianPoint constructor

JacobianPoint()

Implementation

JacobianPoint() {
  X = BigInt.zero;
  Y = BigInt.zero;
  Z = BigInt.zero;
}