JacobianPoint.fromXYZ constructor

JacobianPoint.fromXYZ(
  1. BigInt X,
  2. BigInt Y,
  3. BigInt Z
)

Implementation

JacobianPoint.fromXYZ(this.X, this.Y, this.Z);