Skip to content

Commit

Permalink
FHE
Browse files Browse the repository at this point in the history
  • Loading branch information
tideofwords committed May 4, 2024
1 parent 86b144a commit 8d41e3a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/intro.typ
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,16 @@ for _any_ function $F$ as long as we implement it in code.

=== Fully homomorphic encryption (FHE)

#todo[Needs writing.]
In *fully homomorphic encryption*, one person encrypts some data $x$,
and then anybody can perform arbitrary operations on the encrypted data $x$
without being able to read $x$.

For example, imagine you have some private text that you want to
translate into another language.
You encrypt the text and feed it to your favorite FHE machine translation server.
You decrypt the server's output and get the translation.
The server only ever sees encrypted text,
so the server learns nothing about the text you translated.

== Where these fit together

Expand Down

0 comments on commit 8d41e3a

Please sign in to comment.