asPointyCastle property

ECPoint asPointyCastle

Export a ECPoint as Pointy Castle ECPoint

Implementation

pointy.ECPoint get asPointyCastle =>
    curve.curve.createPoint(x, y, withCompression);