mirror of
https://github.com/zama-ai/concrete.git
synced 2026-05-09 03:00:34 -04:00
docs(frontend): fix the format error
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user