ECPrivateKey constructor

ECPrivateKey(
  1. BigInt d
)

Create an ECPrivateKey for the given d parameter.

Implementation

ECPrivateKey(BigInt d) : _privateKey = pointy.ECPrivateKey(d, curve);