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

A module for performing noise estimation on FHE programs.

Enums

Represents an error that can occur in this crate.

Functions

Clones the given FheProgram and compiles it.
Consumes the given FheProgram and compiles it.

Type Definitions

A convenience wrapper around std::result::Result.