PrivateKey.fromPoint constructor

PrivateKey.fromPoint(
  1. Point point
)

Implementation

PrivateKey.fromPoint(this.point) : _privateKey = point.affinePoint().x;