PrivateKey constructor

PrivateKey(
  1. Curve curve,
  2. BigInt D
)

Implementation

PrivateKey(this.curve, this.D);