InputECDHKeyExchange constructor

const InputECDHKeyExchange({
  1. required InputKeyExchangeBase parent,
  2. required String publicKey,
  3. required String privateKey,
  4. required String curve,
})

Implementation

const InputECDHKeyExchange({
  required this.parent,
  required this.publicKey,
  required this.privateKey,
  required this.curve,
});