PrivateKey constructor
PrivateKey(
- BigInt _privateKey
Create PrivateKey from BigInt
Implementation
PrivateKey(this._privateKey) : point = Point.fromPrivateKey(_privateKey);
Create PrivateKey from BigInt
PrivateKey(this._privateKey) : point = Point.fromPrivateKey(_privateKey);