ecdh static method
Creates an ECDH key exchange instance.
input: The complete InputECDHKeyExchange record with configuration
Returns: An ECDHKeyExchange instance
Implementation
static IKeyExchange ecdh(dynamic input) {
return ECDHKeyExchange.createFull(input as dynamic);
}