Future<Uint8List> getSharedSecret(String tag, Uint8List publicKey) { return _instance.getSharedSecret(tag, publicKey); }