createPoint abstract method

ECPoint createPoint(
  1. BigInt x,
  2. BigInt y, [
  3. bool withCompression = false
])

Create an ECPoint on its curve from its coordinates

Implementation

ECPoint createPoint(BigInt x, BigInt y, [bool withCompression = false]);