Expand description
This crate contains the backend compiler for sunscreen FHE programs. It includes the following useful operations:
compiletakes 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
FheProgramand compiles it. - compile_
inplace - Consumes the given
FheProgramand compiles it.
Type Aliases§
- Result
- A convenience wrapper around
std::result::Result.