static Future<ECDH> assign(PublicKey? publicKeyRemote, ECDH? old) async => _CRYPTO_PROVIDER.assign(publicKeyRemote, old);