EccKey constructor

EccKey(
  1. BigInt d,
  2. Point Q
)

Implementation

EccKey(this.d, this.Q);