PrivateKey constructor

PrivateKey(
  1. BigInt _privateKey
)

Create PrivateKey from BigInt

Implementation

PrivateKey(this._privateKey) : point = Point.fromPrivateKey(_privateKey);