PrivateKey.fromPoint constructor
PrivateKey.fromPoint(
- Point point
Implementation
PrivateKey.fromPoint(this.point) : _privateKey = point.affinePoint().x;
PrivateKey.fromPoint(this.point) : _privateKey = point.affinePoint().x;