docs(frontend-python): Add warning abou the beta status of tfhe-rs compatibility API

This commit is contained in:
Bourgerie Quentin
2024-09-26 11:09:36 +02:00
committed by Quentin Bourgerie
parent a989ae27c7
commit 85f72a6b06

View File

@@ -1,5 +1,12 @@
# TFHE-rs Interoperability
{% hint style="warning" %}
This feature is currently in beta version. Please note that the API may change in future Concrete releases.
{% endhint %}
This guide explains how to combine Concrete and [TFHE-rs](https://github.com/zama-ai/tfhe-rs) computations together. This allows you to convert ciphertexts from Concrete to TFHE-rs, and vice versa, and to run a computation with both libraries without requiring a decryption.
## Overview