Introduction to FHE and our compiler
1.
Introduction
❱
1.1.
Prerequisites
1.2.
Who should use our compiler
Developing FHE applications
2.
Getting started
❱
2.1.
Installation
2.2.
My first program
3.
Writing a FHE program
❱
3.1.
Features
3.2.
Types and functions
3.3.
Comparisons, branching, and loops
4.
Deploying a FHE program
❱
4.1.
Compiling programs
4.2.
Running programs
5.
Example applications
❱
5.1.
Private transaction
5.2.
Private auction
5.3.
Calculating patient health risk
5.4.
Generating random numbers
6.
FAQ
Advanced topics
7.
Sunscreen's TFHE variant
8.
Performance comparisons
9.
WASM
Light
Rust
Coal
Navy
Ayu
Sunscreen's Documentation
Deploying a FHE program
We now look at how to compile and run FHE programs.