createPoint abstract method

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

Create an ECPoint on its curve from its coordinates

Implementation

@override
ECPointBase createPoint(BigInt x, BigInt y, [bool withCompression = false]);