From 990ce155984ffe650c549469ab56a91273bac1d0 Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Tue, 9 Apr 2024 16:57:55 +0200 Subject: [PATCH] fix(compiler): fix the compilation doc --- docs/compilation/compression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compilation/compression.md b/docs/compilation/compression.md index c39236b562..8194c56150 100644 --- a/docs/compilation/compression.md +++ b/docs/compilation/compression.md @@ -1,4 +1,4 @@ -**# Compression** +# Compression Fully Homomorphic Encryption (FHE) needs both ciphertexts (encrypted data) and evaluation keys to carry out the homomorphic evaluation of a function. Both elements are large, which may critically affect the application's performance depending on the use case, application deployment, and the method for transmitting and storing ciphertexts and evaluation keys.