docs(frontend): fix the format error

This commit is contained in:
yuxizama
2024-08-05 13:54:34 +02:00
parent 881c93e867
commit ea2b939fbd
3 changed files with 15 additions and 5 deletions

View File

@@ -60,4 +60,8 @@ Collaborate with us to advance the FHE spaces and drive innovation together.
***
We value your feedback! [Take a 5-question developer survey](http://zama.ai/developer-survey) to improve the Concrete library and the documentation and help other developers use FHE.
{% hint style="success" %}
**Zama 5-Question Developer Survey**
We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://zvajd6l0ngk.typeform.com/to/I7mXXanI) to participate.
{% endhint %}

View File

@@ -1,8 +1,11 @@
# Table lookup
{% hint style="success" %} **Zama 5-Question Developer Survey**
{% hint style="success" %}
**Zama 5-Question Developer Survey**
We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://zvajd6l0ngk.typeform.com/to/I7mXXanI) to participate.
{% endhint %}
We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. 👉 Click [here](https://www.zama.ai/developer-surve) to participate. {% endhint %}
In TFHE, there exists mainly two operations: the linear operations (additions, subtractions, multiplications by integers) and the rest. And the rest is done with table lookups (TLUs), which means that a lot of things are done with TLU. In this document, we explain briefly, from a user point of view, how TLU can be used. In [the poweruser documentation](table_lookups_advanced.md), we enter a bit more into the details.

View File

@@ -2,9 +2,12 @@
This document covers how to compute on encrypted data homomorphically using the **Concrete** framework. We will walk you through a complete example step-by-step.
{% hint style="success" %} **Zama 5-Question Developer Survey**
{% hint style="success" %}
**Zama 5-Question Developer Survey**
We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://zvajd6l0ngk.typeform.com/to/I7mXXanI) to participate.
{% endhint %}
We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. 👉 Click [here](https://www.zama.ai/developer-surve) to participate. {% endhint %}
The basic workflow of computation is as follows:
1. Define the function you want to compute