Expand description
This crate contains the backend compiler for sunscreen FHE programs. It includes the following useful operations:
compile
takes either an FHE program from the compiler frontend and applies a set of transformations.
Modules§
- noise_
model - A module for performing noise estimation on FHE programs.
Enums§
- Error
- Represents an error that can occur in this crate.
Functions§
- compile
- Clones the given
FheProgram
and compiles it. - compile_
inplace - Consumes the given
FheProgram
and compiles it.
Type Aliases§
- Result
- A convenience wrapper around
std::result::Result
.