EcdhKeyPair constructor

EcdhKeyPair(
  1. Uint8List privateKey,
  2. Uint8List publicKey,
  3. EcdhCurve curve
)

Create a new key pair

Implementation

EcdhKeyPair(this.privateKey, this.publicKey, this.curve);