mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-09 12:57:55 -05:00
docs(frontend-python): Add warning abou the beta status of tfhe-rs compatibility API
This commit is contained in:
committed by
Quentin Bourgerie
parent
a989ae27c7
commit
85f72a6b06
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user