PrivateKey constructor

PrivateKey(
  1. BigInt D
)

generate a private key from random number

Implementation

PrivateKey(this.D);