InputECDHKeyExchange constructor
const
InputECDHKeyExchange({
- required InputKeyExchangeBase parent,
- required String publicKey,
- required String privateKey,
- required String curve,
Implementation
const InputECDHKeyExchange({
required this.parent,
required this.publicKey,
required this.privateKey,
required this.curve,
});